Ajax AutoComplete for jQuery

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields.

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.

Ajax AutoComplete for jQuery


演示地址:http://www.devbridge.com/projects/autocomplete/jquery/#demo


你可能感兴趣的:(autocomplete)