jquery-ui.autocomplete.match
Version:
jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists
25 lines (18 loc) • 1 kB
Markdown
#jQueryUI.Autocomplete.Match [](https://travis-ci.org/asleepwalker/jquery-ui.autocomplete.match) [](https://gemnasium.com/github.com/asleepwalker/jquery-ui.autocomplete.match)
[jQuery UI](http://jqueryui.com/) plugin for [Autocomplete Widget](http://jqueryui.com/autocomplete/) to highlight matches in dropdown lists.
```
$('input').autocomplete({
highlight: true, // Or string with your own classname
minLength: 0,
source: ['Mojito', 'Long Island Iced Tea', 'Margarita', 'Pina Colada', 'Mai Tai']
});
```
```
.ui-autocomplete-match {
color: #006CFC;
}
```

### <a href="http://asleepwalker.github.io/jquery-ui.autocomplete.match/">Demo</a>
## License
The MIT License.