Ajax AutoComplete For jQuery
Ajax Autocomplete for jQuery is plugin for allows you to easily create autocomplete/autosuggest boxes for text input fields.It is built with focus on performance. Results for every query are cached and pulled from local cache for the same repeating query. If there are no results for particular query it stops sending requests to the server for other queries with the same root.
Web page that provides data for Ajax Autocomplete, for example autocomplete.ashx will receive GET request with querystring ?query=Li, and it must return JSON data.
Requirements: jQuery Framework
Demo: http://www.devbridge.com/projects/autocomplete/jquery/
License: MIT License