<form method= "POST" > <p><input type= "text" name= "T1" size= "autocomplete=" "Off" ><input type= " Submit "value=" Name= "B1" ><input type= "reset" value= "all Overrides" Name= "B2" ></p> </form>
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]
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, this e.g
- Using AutoComplete in Ajax, e.g
- Nevermodules online Document e.g
Feature characteristics (my English is poor, I just write a word ...)
- Speed. Speed
- Style. Speed style and Google Sugguest style. Two styles, speed style and Google sugguest style, CSS can write their own.
- Cache. caching, improving speed and reducing queries
- function. Feature-rich
* uses the cache feature, when the number of characters typed can be found in the cache , the request will not be sent to the server. Reduce server pressure
* Use a space match, a space character equivalent to 1 or more characters (strings) as the "Codetome" Netizen mentions the suggestion: first input e then the last word never-online bluedestiny Renkailau Three words will come out, then I click on the space, and then enter N, the character of the text box is like this: "E n", my goal is to search all the words with E and with N, the result should be three words all come out, and every word of N and e are black.
* Regardless of where the input string is datasource, always match
* When the data volume is large, automatically intercept the data in the previous section, improve efficiency
* Ignore case * Open Direction key (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:a Utocomplete Beta
2006-09:autocomplete 0.10
2007-01:autocomplete 0.11
2007-03:autocomplete 0.12 Beta
known bug