jQuery 自定义选择列表
我在哪里可以找到 jquery 自定义选择列表,甚至可以在 IE 上使用?
Where can i find a jquery customized select list, that works even on IE?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我在哪里可以找到 jquery 自定义选择列表,甚至可以在 IE 上使用?
Where can i find a jquery customized select list, that works even on IE?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
查看 jQueryUI 中的“可选择”: http://jqueryui.com/demos/selectable/
我认为这就是你所追求的。
因为这不是标准的表单字段/表单元素,所以您需要添加一些代码来创建隐藏输入(或 CSS 隐藏选择列表),以更新表单数据并将其与表单提交一起发送回,但这会不难
Check out "selectable" in jQueryUI: http://jqueryui.com/demos/selectable/
I think this is what you are after.
Because this is not a standard form-field/form-element, you will need to add some code to create hidden inputs (or CSS-hidden select lists) to update and send the form-data back with your form submission, but this would not be difficult