搜索提示jQuery插件:Autocomplete.js
Autocomplete.js是jQuery插件,改善與提示搜索。 Autocomplete.js也有一些選項來定制。
- 填寫提示和調用插件在選擇的HTML元素上。
var words = ['boat', 'bear', 'dog', 'drink', 'elephant', 'fruit'];
$(document).ready(function(){ $('#yourElement').autocomplete( hints: words ); });</pre>
Options
- hints: words array for displaying hints
- placeholder: search input placeholder (default: 'Search')
- width: input text width
- height: input text height
- showButton: display search button (default: true)
- buttonText: button text (default: 'Search')
- onSubmit: function handler called on input submit
- onBlur: function handler called on input losing focus </ul>
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!