Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

License

The MIT License.

About

jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages