Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Combo boxes

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()

combo.ul.filter.html

  • Exactly same as combo.ul.html, but with filter & clear buttons.

combo.ul.html

  • 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.

combo.table.html

  • Using a <table> for showing items.
  • Barebone behavior. (show/hide, key/mouse nav, no search)

About

Starting-point Combo boxes to further customize.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages