Home  >  Article  >  Web Front-end  >  A brief description of jQuery's Ajax autocomplete function control_jquery

A brief description of jQuery's Ajax autocomplete function control_jquery

WBOY
WBOYOriginal
2016-05-16 17:41:38696browse

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn