JQuery AutoComplete Auto-complete

Source: Internet
Author: User

Jquery.autocomplete is a jquery-based auto-completion plugin. With jquery's excellent cross-browser features, it is compatible with a wide range of browsers such as Chrome/ie/firefox/opera/safari.

Features at a glance:

    • Supports the width setting of the complement list.
    • Supports the maximum height setting for the complement list.
    • The number of row limit for the complement list is supported.
    • Supports setting the display position and orientation of the completion list.
    • Supports custom matching rules.
    • Supports rendering of matched text.
    • Supports rendering styles for custom matching text.
    • Supports style settings for a complete list.
    • Supports the creation of custom complement list items.
    • Supports multiple data sources.
    • Supports both ' JSON ' and ' XML ' data formats.
    • Supports asynchronous processing.
    • Error debugging is supported.
    • Support jquery1.7.1+.

    • GitHub

Online example

Instance Preview Auto-Complete Basic instance

Instance preview auto Complement feature instance

Reference manual Jquery.autocomplete API documentation

Introducing Files
  1. <script Type="text/javascript" src="Jquery1.8.3.min.js"></script >
  2. <link rel="stylesheet" type="text/css" href=" Jquery.autocomplete.css ">
  3. <script Type="text/javascript" src="Jquery.autocomplete.min.js"></ script>
CopyHow to use
    1. <input Type="text" id="Down" value="E"> </input>
Copy
  1. $(' #down '). AutoComplete({
  2. ' Data ':[' One ',  ' ", < span class= "str" > ' three ' , ,< Span class= "PLN" >  ' Five ' ,  Six ' ,  ' Seven ' ,   ' Eight ' ,  ' Nine ' ,  ' Ten ' , < span class= "str" > ' eleven ' ,  ' twelve '
  3. ' ItemHeight ':
  4. ' width ': 280
  5. }). AutoComplete(' show ');
Copy Download

JQuery AutoComplete Auto-complete

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.