Starting-point Combo boxes for further customization.
They can use jquery or cash or be easily converted to native browser code since only the following were used:
.on() .addClass() .removeClass() .toggleClass() .show() .hide() .data() .val() .index() .trigger()
- Exactly same as
combo.ul.html, but with filter & clear buttons.
- Using a
<ul>for showing items. - Item searching with highlighted matches, sorted by exact matches.
- Simple debouncing on the
<input>. - Escaping search query for
RegExp.
- Using a
<table>for showing items. - Barebone behavior. (show/hide, key/mouse nav, no search)