Home > Web Front-end > JS Tutorial > body text

autocomplete disables autocomplete function_form effects

WBOY
Release: 2016-05-16 19:11:44
Original
1252 people have browsed it

[Ctrl A select all Note: If you need to introduce external Js, you need to refresh 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 (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

      History

      2006 - 01: autocomplete beta
      2006 - 09: autocomplete 0.10
      2007 - 01: autocomplete 0.11
      2007 - 03: autocomplete 0.12 beta

      Known bug

    source:php.cn
    Statement of this Website
    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
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template