eComboBox is a jQuery plugin for creating editable boxes. These “Combo boxes” are useful for tagging, sorting data, forms, and more.
This simple code will generate a Combo Box:
$("#cb").eComboBox();
<select id="cb">
<option>value 1</option>
<option>value 2</option>
<option>value 3</option>
</select>
Combo Boxes can be customized: prevent users from editing them; prevent users from adding new entries — and vice versa.
eComboBox is an immensely useful plugin for creating easy-to-use backends, tagging (much like the tagedit plugin), and so on.









