1.0.2 • Published 7 years ago

jquery-ui.autocomplete.match v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

#jQueryUI.Autocomplete.Match Build Status Dependency Status

jQuery UI plugin for Autocomplete Widget 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;
}

autocomplete

Demo

License

The MIT License.