feature (my English is poor, so I will only write one word...)
speed.
style. speed style and google sugguest style. Two styles, speed style and google sugguest style, CSS can be written by yourself.
cache. Cache, increase speed and reduce queries
function. Rich functions
The following are some attributes provided by this version of autocomplete to choose from, which can be seen in the ajax example
* Using the cache function, when the number of characters typed can be found in the cache, no request will be sent to the server. Reduce server pressure
* Use space matching, one space character is equivalent to 1 or more characters (string). As the "codetome" netizen mentioned the suggestion: first enter e, then the last word never-online bluedestiny renkailau and the three words will come out, Then I click the space and enter n. The characters in the text box are as follows: "e n". My purpose is to search for all words with e and n. The result should be three words, and each The n and e in the word are bolded.
* Always matches no matter where the input string is in the dataSource
* When the amount of data is large, the first part of the data will be automatically intercepted to improve efficiency.
* Ignore case
* Turn on the direction keys (numpad)
Download source
click here to download this file, if the file is unavailable, pls email me, BlueDestiny[at]126.com, or Go here
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