Jquery plugin is an upgrade and fix of a good looking Autosuggest Jquery plugin, originally written by Drew Wilson. It has the following improvements:
- Works well on IE 7, 8 and chrome as well as FireFox 2
- Provides a UI that uses the native textbox – so clicking “back” works more intuitively
- provide a single select option – a better fit to most website requirements
- provides CSS for small and large search boxes
Simple usage
$("input[type=text]").autoSuggest("http://somesite.com/path_to_script",
{minChars: 2, matchCase: false});
Advance usage can be found in the original project page – be sure to access it with Chrome or FF3, otherwise that site does not show properly.
Demo
Demo of this plugin can be found here, really hard to miss the search box there.
Download
Source code can be found here: