Jquery插件仿百度搜索關(guān)鍵字自動匹配功能__第1頁
Jquery插件仿百度搜索關(guān)鍵字自動匹配功能__第2頁
Jquery插件仿百度搜索關(guān)鍵字自動匹配功能__第3頁
Jquery插件仿百度搜索關(guān)鍵字自動匹配功能__第4頁
Jquery插件仿百度搜索關(guān)鍵字自動匹配功能__第5頁
免費預(yù)覽已結(jié)束,剩余1頁可下載查看

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、Jquery插件仿百度搜索關(guān)鍵字自動匹配功能_ 這篇文章主要為大家具體介紹了Jquery插件仿百度搜索關(guān)鍵字自動匹配功能的相關(guān)資料,需要的伴侶可以參考下 本文實例為大家分享了Jquery搜索關(guān)鍵字自動匹配功能的實現(xiàn)代碼,供大家參考,具體內(nèi)容如下 jQuery AutoComplete 是一個基于jQuery實現(xiàn)搜索關(guān)鍵字自動匹配提示的插件,該插件可擴(kuò)展性強(qiáng),表現(xiàn)性能優(yōu)越,便利整合到自己的項目中用法;兼容IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+, and Chrome 1.0+ 等主流掃瞄器。 下面是具體的用法方法: 1、用法設(shè)置 首頁,要把插件的js代碼嵌

2、入到你自己的項目中去。 代碼如下: script src=jquery.js type=text/javascript!-mce:0-/scriptscript src=jquery.autocomplete.js type=text/javascript!-mce:1-/script 2、用法方法 為要實現(xiàn)自動匹配提示的 input 表單添加 AutoComplete 功能。 input id=query name=q / 初始化 AutoComplete 對象,確保正確加載 DOM 對象,否則IE下的用戶可能會消失錯誤。 代碼如下: $(#query).autocomplete( serv

3、iceUrl: service/autocomplete.ashx, / Page for processing autocomplete requests minChars: 2, / Minimum request length for triggering autocomplete delimiter: /(,|;)s*/, / Delimiter for separating requests (a character or regex) maxHeight: 400, / Maximum height of the suggestion list, in pixels width:

4、300, / List width zIndex: 9999, / Lists z-index deferRequestBy: 0, / Request delay (milliseconds), if you prefer not to send lots of requests while the user is typing. I usually set the delay at 300 ms. params: country: Yes, / Additional parameters onSelect: function(data, value) , / Callback functi

5、on, triggered if one of the suggested options is selected, lookup: January, February, March / List of suggestions for local autocomplete ); 依據(jù)文本表單中的輸入信息,進(jìn)行關(guān)鍵字提示匹配。 代碼如下: query:Li, / Original request suggestions:Liberia,Libyan Arab Jamahiriya,Liechtenstein,Lithuania, / List of suggestions data:LR,LY,

6、LI,LT / Optional parameter: list of keys for suggestion options; used in callback functions. jQuery AutoComplete 插件支持 on/off功能,從而掌握效果的開關(guān)。 代碼如下: var ac = $(#query).autocomplete( /*parameters*/ ); ac.disable(); ac.enable(); ac.setOptons( zIndex: 1001 ); 3、設(shè)置表現(xiàn)樣式 最終,用div和css美化表現(xiàn)效果。 代碼如下: div class=auto

7、complete-w1div id=Autocomplete_1240430421731 class=autocomplete style=width: 299px;divstrongLi/strongberia/divdivstrongLi/strongbyan Arab Jamahiriya/divdivstrongLi/strongechtenstein/divdiv class=selectedstrongLi/strongthuania/div/div/div .autocomplete-w1 background:url(img/shadow.png) no-repeat bott

8、om right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; .autocomplete border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;

9、 _margin:0; _overflow-x:hidden; .autocomplete .selected background:#F0F0F0; .autocomplete div padding:2px 5px; white-space:nowrap; overflow:hidden; .autocomplete strong font-weight:normal; color:#3399FF; 4、實例講解 html head title/title style type=text/css #txtKey width:300px; /style link href=css/jquer

10、y.autocomplete.css rel=stylesheet type=text/css / script src=Jquery1.7.js type=text/javascript/script script src=js/jquery.autocomplete.js type=text/javascript/script script type=text/javascript $(function () var array = , mvc, wcf, wpf, win8, windows phone, 張東, 張熙, 張亞飛; /*autocomplete函數(shù) (1)獵取txtKey中用戶輸入的值(用戶每輸入一個字符,都會獵取一次) (2)將獵取的值和array集合中的元素進(jìn)行比較,找出匹配的元素,并顯示出來 (3)會將用戶選擇的項添加到txtKey中*/ /*result函數(shù):對用戶選擇的結(jié)果進(jìn)行操作。data參數(shù)表示用戶選擇的項*/ $(#txtKey).

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論