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