3

I am looking for an alternative to normal HTML multiple select with something more user friendly based on jQuery and easier to maintain and implement, any recomendations based on any experience with it would be quite helpful. I need something some thing like Multiselect

I might have multiple multiSelect drop down's on a single page and the link which I have attached here would fail in that case.

Penny Liu
  • 15,447
  • 5
  • 79
  • 98
dpsdce
  • 5,290
  • 9
  • 45
  • 58

3 Answers3

8

My preferred one is chosen

http://harvesthq.github.com/chosen/

Bouchaala Sabri
  • 647
  • 4
  • 9
2
  • select2, is another option, seems to be the most robust and feature filled
  • chosen as previously mentioned [uses coffeescript and sass]
  • selectize.js seems to be the quickest setup [uses less styling, you could skip their styling for your own.]

partially sourced from:

Community
  • 1
  • 1
Shwaydogg
  • 2,499
  • 27
  • 28
2

You can use

http://quasipartikel.at/multiselect/

or http://harvesthq.github.com/chosen/

Yazan Malkawi
  • 501
  • 4
  • 10