這是jquery.autocomplete.js下載,這個插件使用起來還是比較方便的,這里只介紹一下最實用的。通過ajax讀取數據在頁面呈現。
jquery.autocomplete.js就是在用戶在文本框輸入前幾個字母或是漢字的時候,該控件就能從存放數據的文本或是數據庫里將所有以這些字母開頭的數據提示給用戶,供用戶選擇,提供方便。
jquery.autocomplete.js是提供了很多不錯的效果。比如autocomplete.但是官網的demo沒有提供完整的下載。每次都要自己將demo里用到的js和css另存到本機,然后再修改引用路徑。相當不便。
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.