Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'.