Examples of JQuery autocomplete

Source: Internet
Author: User
Tags jquery ui autocomplete

Automatic completion, provided that the Jquery-ui CSS and JS must be introduced, otherwise it will not be completed automatically.

<!doctype html><html lang="en"><head>  <meta charset="Utf-8">  <title>JQuery UI Autocomplete-default functionality</title>  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/ Smoothness/jquery-ui.css ">  <script src="//code.jquery.com/jquery-1.10.2.js"></script>  <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>  <link rel="stylesheet" href="/resources/demos/style.css">   <script>$ (function() {var phpurl = ' json.php ';  $ ( "#tags" ). AutoComplete ({source:phpurl});  });     </script></head><body><div class="Ui-widget">  <label for ="tags">Tags:</label>  <input id="tags"></div></body></html>

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Examples of JQuery autocomplete

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.