JQuery AutoComplete auto-completion, jqueryautocomplete
JQuery. AutoComplete is a jQuery-based auto-completion plug-in. With jQuery's excellent cross-browser features, it can be compatible with Chrome, IE, Firefox, Opera, Safari, and other browsers.
Features:
Online instance
Instance preview auto-completion of basic instances
Instance preview auto-completion full-featured instances
JQuery. AutoComplete API reference
Import File
- <Script type = "text/javascript" src = "jquery1.8.3.min. js"> </script>
- <Link rel = "stylesheet" type = "text/css" href = "jquery.autocomplete.css">
- <Script type = "text/javascript" src = "jquery. autocomplete. min. js"> </script>
Copy usage
- <Input type = "text" id = "down" value = "e"> </input>
Copy
- $ ('# Low'). AutoComplete ({
- 'Data': ['one', 'two', 'three ', 'four', 'five', 'six', 'seven', 'Eight ', 'nine', 'ten ', 'even', 'twelve'],
- 'Itemheight': 20,
- 'Width': 280
- }). AutoComplete ('show ');
Copy and download