项目作者: asleepwalker

项目描述 :
jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists.
高级语言: JavaScript
项目地址: git://github.com/asleepwalker/jquery-ui.autocomplete.match.git
创建时间: 2014-12-25T19:44:42Z
项目社区:https://github.com/asleepwalker/jquery-ui.autocomplete.match

开源协议:MIT License

下载


jQueryUI.Autocomplete.Match Build Status Dependency Status

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

  1. $('input').autocomplete({
  2. highlight: true, // Or string with your own classname
  3. minLength: 0,
  4. source: ['Mojito', 'Long Island Iced Tea', 'Margarita', 'Pina Colada', 'Mai Tai']
  5. });
  1. .ui-autocomplete-match {
  2. color: #006CFC;
  3. }

autocomplete

Demo

License

The MIT License.