你的位置:首页 > 软件开发 > Java > jQuery+HTML5弹出创意搜索框层

jQuery+HTML5弹出创意搜索框层

发布时间:2016-01-29 00:00:06
效果体验:http://hovertree.com/texiao/jquery/26/本效果适用于移动设备,可以使用手机等浏览效果。代码下载:http://hovertree.com/h/bjaf/e14uccpw.htmHTML代码如下: 1 <!doctype html ...

效果体验:http://hovertree.com/texiao/jquery/26/本效果适用于移动设备,可以使用手机等浏览效果。代码下载:http://hovertree.com/h/bjaf/e14uccpw.htmHTML代码如下:

 1 <!doctype html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> 7 <title>jQuery+CSS3创意搜索框特效 - 何问起</title> 8 <link rel="stylesheet" type="text/css" href="http://hovertree.com/texiao/jquery/26/css/default.css" /> 9 <!--必要样式-->10 <link rel="stylesheet" type="text/css" href="http://hovertree.com/texiao/jquery/26/css/search-form.css" />11 12 </head>13 <body>14 <div>15 <a href="http://hovertree.com/">首页</a> <a href="http://hovertree.com/texiao/">特效</a> <a href="http://hovertree.com/h/bjaf/sousuokuang.htm">原文</a>16 </div>17 <form onSubmit="submitFn(this, event);" name="yestop">18 <div class="search-wrapper">19 <div class="input-holder">20 <input type="text" class="search-input" placeholder="请输入关键词" name="hewenqi" />21 <input type="hidden" name="q" />22 <button class="search-icon" onClick="searchToggle(this, event);"><span></span></button>23 </div>24 <span class="close" onClick="searchToggle(this, event);"></span>25 <div class="result-container">26 27 </div>28 </div>29 </form>30 31 <script src='/images/loading.gif' data-original="http://hovertree.com/ziyuan/jquery/jquery-1.12.0.min.js" type="text/javascript"></script>32 <script type="text/javascript" src='/images/loading.gif' data-original="http://hovertree.com/texiao/jquery/26/js/hovertreesearch.js"></script>33 </body>34 </html>

原标题:jQuery+HTML5弹出创意搜索框层

关键词:HTML

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。