jQuery 多列选择
我需要一个展开时具有多列的选择框 - 我知道使用常规选择输入标签不可能做到这一点,所以我正在寻找一种 jQuery 方法来实现它。
我已经在互联网上找到了一些示例,但它们的质量/功能都相当低,例如,它们不是跨浏览器,或者除非选择一个选项,否则它不会关闭,但它的行为应该像常规选择框,因此在单击外部时它会关闭 ?
我希望你们中的一些人可以推荐一些好的例子
I need a select-box with multiple columns when expanded - I know that this is not possible using a regular select input tag, so I am searching for a jQuery way of doing it.
I have already found a few examples on the Internet but they are all of rather low quality/functionality, e.g. they are not corssbrowser or it does not close unless selecting an option but it should behave like a regular selectbox so it is closing when clicking outside the box etc.
I hope some of you can suggest good exaples?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我为你开发了一个演示。我觉得你可以作为参考
你可以给它添加更多的CSS效果。
html 部分:
css 部分:
jquery 部分:
i developed a demo for you. i think you can use it as a reference,
u can add more css effect to it.
html part:
css part:
jquery part: