Autocomplete disable auto-completion
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
NeverModules-autocomplete
Cross-browser IE 6.0-Opera 9.0--Mozilla 1.5.0
Example list
- Google suggest demo in this e. g
- Response speed test, see this e. g
- Using autocomplete in ajax, see this e. g
- NeverModules online Document e. g
Feature (I have poor English, so I only write one word ...)
- Speed. speed
- Style. speed style and google sugguest style. The speed style and google sugguest style can be written by CSS.
- Cache. cache to speed up and reduce queries
- Function. Rich Functions
The following are some of the attributes provided by autocomplete in this version. You can see them in the ajax example.
- * The cache function is used. When the number of characters can be queried in the cache, no request is sent to the server. Reduce server pressure
- * Use space to match. A space character is equivalent to one or more characters (strings), as suggested by "codetome: first, enter e. The last word never-online bluedestiny renkailau will all come out. Then I press the space and enter n. the text box characters are as follows: "e n ", my goal is to search for all the words with e and n. The result should be three words, and the n and e in each word are black.
- * No matter where the input string is located in dataSource, it always matches
- * When the data volume is large, the previous part of the data is automatically intercepted to improve efficiency.
- * Case insensitive
- * Enable direction keys (keypad)
Download source click here to download this file, if the file is unavailable, pls email me, BlueDestiny [at] 126.com, or Go here History 2006-01: autocomplete beta
2006-09: autocomplete 0.10
2007-01: autocomplete 0.11
2007-03: autocomplete 0.12 beta
Known bug