Multi select using Jquery

半世苍凉 提交于 2019-12-05 02:38:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!