jQuery Autocomplete: Autocomplete

    jQuery Autocomplete: autocomplete
    If you tried to find something on Google , you probably know that after entering a character in the text field, a drop-down list appears that contains a dozen lines with words whose initial characters coincide with those characters that you have already entered. This is how Google Suggest works. Why not do the same on your site? It’s convenient. In addition, it is not so difficult with the jQuery library ... © Gennady


    Demo



    I suggest you use the autocomplete version from bassistance since in their latest (1.0) version there is a fix from a bug in which I didn’t want to display a beautiful output of the select ...

    Download here: Download

    Tested in: Firefox 2, IE 6 & 7, Opera 9, Safari 3

    Example:
    "http://www.w3.org/TR/html4/loose.dtd">

    />
    />





    API Reference: /> (try "C" or "E")



    All samples are present in the script ... and for Russian characters use multibyte characters with headers.

    You can read a little more: here

    Also popular now: