将多个选择转换为常规选择
我目前正在分割一个新的网站设计,我想要使多重选择的外观和感觉与常规选择相同,但让用户控制+单击来选择多个选项。
有人对如何实现这个目标有什么建议吗?我使用带有 jQuery 的统一 js 插件来实现其余的输入样式。
非常感谢!
I'm currently slicing up a new site design and I want to make a multiple select look and feel the same way that a regular select does, but have the user control+click to choose multiple options.
Does anyone have any advice on how to achieve this goal? I am using the uniform js plugin with jQuery for the rest of my input styles.
Many thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不会表现为非多重选择元素。
由于您已经在使用 jQuery,我建议 jQuery UI MultiSelect Widget< /strong>。
This won't behave as a non-multiple select element.
Since you are using jQuery already, I would suggest jQuery UI MultiSelect Widget.