问题
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.
回答1:
My preferred one is chosen
http://harvesthq.github.com/chosen/
回答2:
You can use
http://quasipartikel.at/multiselect/
or http://harvesthq.github.com/chosen/
回答3:
- 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:
- Is there a properly tested alternative to Select2 or Chosen?
- What are the differences between Chosen and Select2?
来源:https://stackoverflow.com/questions/8591311/multi-select-using-jquery