JQuery AutoComplete-Default

Source: Internet
Author: User
Tags jquery ui autocomplete

<!DOCTYPE HTML><HTML><Head><Metaname= "Content-type"content= "text/html; CHARSET=GBK"><title>JQuery UI Autocomplete-Default features</title><Linkrel= "stylesheet"href= "//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"><Scriptsrc= "//code.jquery.com/jquery-1.10.2.js"></Script><Scriptsrc= "//code.jquery.com/ui/1.11.4/jquery-ui.js"></Script><Linkrel= "stylesheet"href= "/resources/demos/style.css"><Script>    $(function() {        //here the data is in the form of an array        varAvailabletags= [ "ActionScript", "AppleScript", "ASP", "BASIC",                "C", "C + +", "Clojure", "COBOL", "ColdFusion", "Erlang",                "Fortran", "Groovy", "Haskell", "Java", "JavaScript", "Lisp",                "Perl", "PHP", "Python", "Ruby", "Scala", "Scheme","China","National" ]; $("#tags"). AutoComplete ({source:availabletags}); });</Script></Head><Body>    <Divclass= "Ui-widget">        <label for= "tags">Retrieval:</label> <inputID= "tags">    </Div></Body></HTML>

:

  

  

Reference:

http://jqueryui.com/autocomplete/

Http://www.cnblogs.com/lwme/archive/2012/02/12/jquery-ui-autocomplete.html

The main purpose is to combine with the automatic prompting function of SOLR search.

JQuery AutoComplete-Default

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.