Home > Article > Web Front-end > A brief description of jQuery's Ajax autocomplete function control_jquery
jQuery's Ajax autocomplete feature allows you to easily create autocomplete/autosuggest text input fields . It is built to cache the same duplicate query results from the local cache for each query cache. If there are no results for a specific query, it stops sending requests to the server for other queries.
Ajax Autocomplete for jQuery is freely distributed under the terms of the MIT Style License. This is the currently supported browsers: IE 7, FF 2, Safari 3 or above, Google 9.
Requirements: jQuery framework
Download link:http://www.devbridge.com/projects/autocomplete/jquery/
License: MIT License