Drop-Down Combo-box in HTML (with Javascript or JQuery)? -


i've seen question many times online, none of them have need.

is there available multi-select drop-down combo-box written in javascript available, can avoid reinventing wheel?
(i'm still learning web programming, i'm not comfortable making own pop-ups yet...)

what need pretty this:

http://dropdown-check-list.googlecode.com/svn/trunk/doc/demo.png

however, 1 has several flaws:

  • the latest version doesn't seem have button on side
  • the width grows arbitrarily big, or remains fixed size (i need "maximum width" option)
  • the control should native in browser, not custom-made. arrow here png file, , pays no attention browser displays regular combo-box.

any ideas?

there plenty of plugins available think you're aware of. however, i'm not sure if there way detect how browser renders actually.

even in ie/xp, there's no easy way tell if visual styles turned off or not (other hacks scrollbar width calculation etc).

found 1 claims have native , feel (not sure if can checkboxes in options): http://www.thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -