9个最好的jQuery输入自动完成教程
TextExt Plugin for jQuery
TextExt is a plugin for jQuery which is designed to provide functionality such as tag input and autocomplete.
AutoSuggest: An AJAX auto-complete text field
The AutoSuggest class adds a popdown menu of suggested values to a text field. The user can either click directly on a suggestion to enter it into the field, or navigate the list using the up and down arrow keys, selecting a value using the tab key. The values for the suggestion list are to provided as XML (by a PHP script, or similar).
Yahoo and Google Suggestions
Learn google yahoo suggestions search box in this article.
dhtmlxCombo
dhtmlxCombo is a cross-browser JavaScript combobox with an autocomplete feature. It extends basic select box functionality and provides the ability to display suggestions while a user types in the text field.
TimeDropdowns Autocomplete
It’s a time picker similar to how Google Calendar’s time picker works for events. It’s meant to be smart, sexy and intuitive.
Magic Suggest
Auto-suggest combo with bootstrap theme using jQuery
Autocomplete
The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are tags for programming languages, give “ja” (for Java or JavaScript) a try.
jQuery autocomplete tutorial
My goal was to make an autocomplete on a site that passed also another value as the selected to the new page.
Typeahead
A flexible JavaScript library that provides a strong foundation for building robust typeaheads.