Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2degrees/jquery.select2autocomplete
jQuery plugin to convert select elements into an autocomplete widget
https://github.com/2degrees/jquery.select2autocomplete
Last synced: about 13 hours ago
JSON representation
jQuery plugin to convert select elements into an autocomplete widget
- Host: GitHub
- URL: https://github.com/2degrees/jquery.select2autocomplete
- Owner: 2degrees
- License: bsd-3-clause
- Created: 2011-04-11T10:26:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T14:26:13.000Z (over 10 years ago)
- Last Synced: 2024-04-16T01:25:20.167Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 365 KB
- Stars: 6
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jQuery plugin to convert select elements into an autocomplete widget
Usage
=====Either include the file after jQuery and jQuery UI:
``` html
```
or use it as an AMD module:
``` javascript
require(['jquery', 'jquery.select2autocomplete'], function ($) {
$(function () {
$(...).select2autocomplete();
});
});
```*NB* This relies on jQuery UI being available under the name 'jquery.ui'.