使用 JQuery 选择下拉列表中所有可见的选定选项
我需要选择所有已选中且可见的标签。
这是正确的方法吗?
$('select option:selected:visible')
我相信它在过去有效,但显然现在返回未定义。但是,有一个可见的下拉列表,其中包含选定的选项。
感谢您的帮助。
I need to select all the Tags that are both selected and visible.
Is this the correct way to do it?
$('select option:selected:visible')
I believe it worked in the past, but apparently this returns undefined now. There is however a visible drop-down list with an option selected.
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是你想要的吗?
我不确定选项类是否可见,这可能就是您没有得到结果的原因。
Is this what you want?
I'm not sure if the options class as visible so that might be why you are getting no results.