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.

jquery autocomplete Ajax AutoComplete For jQuery

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

Incoming search terms for the article:

Related Posts

Smart AutoComplete - Flexible Autocomplete Plugin for jQuery

10 Awesome jQuery Autocomplete Plugins & Tutorials

AutoSuggest - auto completing jQuery plugin