国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jQuery Jsonp跨域模擬搜索引擎

2019-11-19 16:18:58
字體:
來源:轉載
供稿:網友

效果還不錯 就差加上鍵盤控制了...

代碼如下:

<!DOCTYPE html> <html>   <head>     <meta charset="utf-8" />     <title>迷糊網羅</title>     <style type="text/css">       * {         margin: 0;         padding: 0;       }       form {         position: absolute;         left: 50%;         top: 40%;       }       form input:nth-child(1) {         width: 450px;         height: 34px;         float: left;         font-size: 16px;         text-indent: 0.5em;         outline: none;         box-sizing: border-box;       }       form input:nth-child(1):focus {         border: 1px solid blueviolet;       }       form input:nth-child(2) {         height: 34px;         float: left;         background: blueviolet;         cursor: pointer;         width: 80px;         letter-spacing: 2px;         border: 0;         font-size: 14px;         line-height: 34px;       }       #oul {         position: absolute;         left: 0;         top: 34px;         background: white;         width: 530px;         box-shadow: 3px 3px 5px #F3F3F3;         border: 1px solid #F3F3F3;         box-sizing: border-box;         display: none;       }       #oul li:hover {         background: #F3F3F3;         cursor: pointer;       }     </style>   </head>   <body>     <form action="" method="" name="ss">       <input type="" name="ss" id="txt" value="" />       <input type="button" name="ss" id="btn" value="迷糊網羅" />       <ul id="oul">       </ul>     </form>     <script type="text/javascript">       //https://sp0.baidu.com/5a1Fazu8AA54nxGko9WTAnF6hhy/su?wd=&cb=&_=1497256697565       //位置調整 習慣就好..       var fm = document.getElementsByTagName('form')[0];       var x = fm.offsetWidth;       var y = fm.offsetHeight;       fm.style.marginLeft = -x / 2 + 'px';       fm.style.marginTop = -y / 2 + 'px';       //獲取操作元素       var txt = document.getElementById("txt");       var oul = document.getElementById("oul");       //動態創建js腳本       txt.onkeyup = function(ev) {         var value = this.value;         var newscript = document.createElement("script");         newscript.src = 'https://sp0.baidu.com/5a1Fazu8AA54nxGko9WTAnF6hhy/su?wd=' + value + '&cb=walk&_=' + Math.random();         newscript.type = 'text/javascript';         document.body.appendChild(newscript);       }       //設置回調函數       function walk(walkJson) {         if(txt.value == 0) {           oul.style.display = 'none';         } else {           oul.style.display = 'block';           oul.innerHTML = '';           if(walkJson.s.length <= 10) {             for(var i = 0; i < walkJson.s.length; i++) {               var oli = document.createElement('li');               oli.style.height = 25 + 'px';               oli.style.width = 100 + '%';               oli.style.lineHeight = 25 + 'px';               oli.style.textIndent = 9 + 'px';               oli.style.listStyle = 'none';               oli.innerHTML = walkJson.s[i];               oul.appendChild(oli);             }           } else {             for(var i = 0; i < 10; i++) {               var oli = document.createElement('li');               oli.style.height = 25 + 'px';               oli.style.width = 100 + '%';               oli.style.lineHeight = 25 + 'px';               oli.style.textIndent = 9 + 'px';               oli.style.listStyle = 'none';               oli.innerHTML = walkJson.s[i];               oul.appendChild(oli);             }           }         }       }     </script>   </body> </html> 

以上所述是小編給大家介紹的jQuery Jsonp跨域模擬搜索引擎的實例代碼,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對武林網網站的支持!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 峡江县| 虞城县| 阳原县| 平顺县| 共和县| 寿光市| 富平县| 交城县| 岳西县| 尉氏县| 乐陵市| 东方市| 昔阳县| 城固县| 北流市| 塔城市| 楚雄市| 乐清市| 东丽区| 连州市| 江源县| 内乡县| 瑞昌市| 个旧市| 渝北区| 黄石市| 施甸县| 婺源县| 富阳市| 庄河市| 上饶县| 赤峰市| 菏泽市| 昌江| 卢龙县| 鹿泉市| 荆州市| 河东区| 五指山市| 会理县| 白朗县|