nostrademons / jquery-combobox

A ComboBox widget based on the JQuery UI infrastructure
http://jonathan.tang.name/code/jquery_combobox
GNU General Public License v2.0
31 stars 8 forks source link

This is a JQuery plugin for an editable combobox, built according to JQuery UI 1.5 conventions. There are a couple existing combobox plugins, but they either weren't true comboboxes (dropdown only) or they would fail if you tried typing something non-ASCII into the text field. This uses a different approach: the text field is real, but the drop-down is faked as a collection of spans.

Dependencies

Usage

$(selector).combobox() may be called on elements of any type. If the element is a