jQuery Editable Select is a jQuery plugin that transforms a select into an input field where single elements are shown in real-time according to the entered characters. It scales down to a real select list when javascript is not available.
Best jQuery AutoComplete Plugins & Tutorials with Demo
Horsey : Customizable Autocomplete Component
Horsey is a customizable, progressive autocomplete component. It even works in text fields (useful for things like @ mentions).
The goal is to produce a framework-agnostic autocomplete that is easily integrated into your favorite MVC framework, that doesn’t translate into a significant addition to your codebase, and that’s enjoyable to work with.
- Small and focused
- Natural keyboard navigation
- Progressively enhanced
- Extensive browser support
- Fuzzy searching
- Supports
<input>
and<textarea>
elements
Two Fields Autocomplete Using jQuery & PHP
We are going to see how to show state name and country name in the same text field.When user types the city or state name in the textbox, It will make ajax request to apache server, where PHP will make connection to MySQL database and get the city and state names based on user entered data in the textbox. Then Apache server return those response, finally jQuery UI autocomplete will show the city and state name as suggestions to select.