AutoSuggest - auto completing jQuery plugin
AutoSuggest is a lightweight jQuery plugin that makes auto-completing easy. AutoSuggest will turn any regular text input
box into a rad auto-complete box. It will dynamically create all the HTML elements that it needs to function. You don’t need to add any extra HTML to work with AutoSuggest. Also, AutoSuggest uses ZERO images, All styling is done 100% in the included CSS file. This plugin is dramatically smaller in size Just 7kb minified.
This means it is easy to customize the look of everything You only need to edit the included CSS file. You can even use images if you want, just add the appropriate lines of code into the CSS file. As you type into the AutoSuggest input
box, it will filter through it’s Data and “suggest” matched Data items to you. You can pass in an Object of Data to AutoSuggest or you can have it call a URL as you type to get it’s Data from. AutoSuggest will display the matched Data items in a selectable list, which is 100% customizable. You have the option of structuring the HTML elements of that list however you want via the formatList
callback function.
Requirement: JQuery Framework
Demo: http://code.drewwilson.com/entry/autosuggest-jquery-plugin
License: MIT, GPL License