這是jquery.autocomplete.js下載,這個(gè)插件使用起來還是比較方便的,這里只介紹一下最實(shí)用的。通過ajax讀取數(shù)據(jù)在頁面呈現(xiàn)。
jquery.autocomplete.js就是在用戶在文本框輸入前幾個(gè)字母或是漢字的時(shí)候,該控件就能從存放數(shù)據(jù)的文本或是數(shù)據(jù)庫里將所有以這些字母開頭的數(shù)據(jù)提示給用戶,供用戶選擇,提供方便。
jquery.autocomplete.js是提供了很多不錯(cuò)的效果。比如autocomplete.但是官網(wǎng)的demo沒有提供完整的下載。每次都要自己將demo里用到的js和css另存到本機(jī),然后再修改引用路徑。相當(dāng)不便。
Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering.
By giving an autocompleted field focus or entering something into it, the plugin starts searching for matching entries and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.