|
[Ctrl+A 全選 注:如需引入外部Js需刷新才能執(zhí)行]
neverModules - autocomplete
cross-browser
IE 6.0 - Opera 9.0 - - Mozilla 1.5.0Example list
- google suggest demo in this e.g
- response speed test, see this e.g
- using autocomplete in ajax, see this e.g
- neverModules online Document e.g
feature 特性(我英文較差,我就只寫一個(gè)單詞了...)
- speed. 速度
- style. speed style and google sugguest style. 兩種風(fēng)格,速度風(fēng)格和google sugguest風(fēng)格,CSS可自己寫。
- cache. 緩存,提高速度和減少查詢
- function. 功能豐富
下列是本版autocomplete提供的一些屬性供選擇,可以在ajax的示例中看到
- * 使用了cache 功能,當(dāng)敲入的字符數(shù)可以在cache中查到時(shí),將不會(huì)向服務(wù)器發(fā)送請(qǐng)求。減輕服務(wù)器壓力
- * 使用空格匹配,一個(gè)空格字符相當(dāng)于1個(gè)或多個(gè)字符(串)正如"codetome"網(wǎng)友提到的建議: 首先輸入e那么最后一個(gè)單詞 never-online bluedestiny renkailau 三個(gè)單詞都會(huì)出來(lái),然后我按一下空格,再輸入n,文本框的字符是這樣:"e n",我的目的是想要搜索所有帶e而且?guī)的所有單詞,結(jié)果應(yīng)該是三個(gè)單詞都出來(lái),并且每個(gè)單詞里的n和e都加黑。
- * 無(wú)論輸入字符串在dataSource的何處,始終匹配
- * 當(dāng)數(shù)據(jù)量較大時(shí),自動(dòng)截取前部分的數(shù)據(jù),提高效率
- * 忽略大小寫
- * 開啟方向鍵(小鍵盤)
Download source
click here to download this file, if the file is unavailable, pls email me, BlueDestiny[at]126.com, or Go hereHistory
2006 - 01: autocomplete beta
2006 - 09: autocomplete 0.10
2007 - 01: autocomplete 0.11
2007 - 03: autocomplete 0.12 betaKnown bug
JavaScript技術(shù):autocomplete禁止自動(dòng)完成功能,轉(zhuǎn)載需保留來(lái)源!
鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。