UNPKG

jquery-ui.autocomplete.match

Version:

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

25 lines (18 loc) 1 kB
#jQueryUI.Autocomplete.Match [![Build Status](https://travis-ci.org/asleepwalker/jquery-ui.autocomplete.match.svg?branch=master)](https://travis-ci.org/asleepwalker/jquery-ui.autocomplete.match) [![Dependency Status](https://gemnasium.com/badges/github.com/asleepwalker/jquery-ui.autocomplete.match.svg)](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; } ``` ![autocomplete](https://cloud.githubusercontent.com/assets/5080313/9653751/71eef77c-522e-11e5-88fd-6c291175c45b.png) ### <a href="http://asleepwalker.github.io/jquery-ui.autocomplete.match/">Demo</a> ## License The MIT License.