jQuery 多值选择器
您是否知道使用 jquery 执行此操作的任何好方法/插件或有关如何有效解决此问题的任何描述。
Do you know of any good way/plugin to do this with jquery or any description on how to approach this effectively.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这看起来就像您正在寻找的:
“使用 jQuery 轻松进行多选传输”
http://blog.jeremymartin.name/2008/02/easy-multi-select-transfer-with-jquery.html
快速片段,假设您有两个选择列表 ID' d #select 1 和 #select2,以及两个 ID 为 #add 和 #remove 的按钮。
This seems like what you're looking for:
"Easy Multi-Select Transfer with jQuery"
http://blog.jeremymartin.name/2008/02/easy-multi-select-transfer-with-jquery.html
Quick snippet, assumes you have two select lists ID'd #select 1 and #select2, as well as two buttons with IDs #add and #remove.
这就是我最终的做法
以及一些按钮和选择的 html。
This is how i ended up doing it
And some html for the buttons and the select.