SoFunction
Updated on 2025-02-28

autocomplete prohibits autocomplete function

  • * The cache function is used. When the number of characters you type can be found in the cache, no request will be sent to the server. Reduce server pressure
  • * Use space matching, a space character is equivalent to 1 or more characters (strings). As the suggestion of "codetome" netizens mentioned: first enter e and the last word never-online bluedestiny renkailau. Three words will come out. Then I press the space and then 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 that all three words come out, and n and e in each word are black.
  • * Always match no matter where the input string is in the dataSource
  • * When the data volume is large, the previous part of the data will be automatically intercepted to improve efficiency
  • * Ignore case
  • * Turn on the arrow keys (keyboard)

    Download source

    click here to download this file, if the file is unavailable, pls email me, BlueDestiny[at], 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