JQuery. Autocomplete imitation baidu, google prompt information

Source: Internet
Author: User
At present, it has not implemented interaction with the database, and the data is written to death. Code
<! Doctype html public "-// W3C // dtd html 4.01 Transitional // EN" "http://www.w3.org/TR/html4/loose.dtd">
<Html>
<Head>
<Script src = "http://code.jquery.com/jquery-latest.js"> </script>
<Link rel = "stylesheet" href = "http://dev.jquery.com/view/trunk/plugins/autocomplete/demo/main.css" type = "text/css"/>
<Link rel = "stylesheet" href = "http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.css" type = "text/css"/>
<Script type = "text/javascript" src = "http://dev.jquery.com/view/trunk/plugins/autocomplete/lib/jquery.bgiframe.min.js"> </script>
<Script type = "text/javascript" src = "http://dev.jquery.com/view/trunk/plugins/autocomplete/lib/jquery.dimensions.js"> </script>
<Script type = "text/javascript" src = "http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js"> </script>
<Script>
$ (Document). ready (function (){
Var data = "Car Selectors Attributes Traversing Manipulation CSS Events Effects Ajax Utilities". split ("");
$ ("# Example"). autocomplete (data );
});
</Script>

</Head>
<Body>
API Reference: <input id = "example"/> (try "C" or "E ")
</Body>
</Html>

:

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.