ai didi

jquery - 为什么 $ ("#RadioButtons:checked").val() 在 IE 中不起作用?

转载 作者:行者123 更新时间:2023-12-01 02:37:44 24 4
gpt4 key购买 nike

为什么 $("#RadioButtons:checked").val() - id 选择器 - 在 Internet Explorer 中不起作用,但 $("input:radio[name='RadioButtons ']:checked").val() - 名称选择器 - 是吗?

<input name="RadioButtons" id="RadioButtons" type="radio" value="1" checked>
<input name="RadioButtons" id="RadioButtons" type="radio" value="2">

<script>
alert($("#RadioButtons:checked").val());
alert($("input:radio[name='RadioButtons']:checked").val());
</script>

最佳答案

IE 在这个问题上更严格地遵循标准。两个元素不能具有相同的 ID。

关于jquery - 为什么 $ ("#RadioButtons:checked").val() 在 IE 中不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2924396/

24 4 0
文章推荐: javascript - 如何从另一个本地存储域检索项目?
文章推荐: python - 如何从 Tkinter 的弹出窗口中获取值?
文章推荐: python - Twilio 执行 webhook 操作太慢
文章推荐: javascript - 表中的行计数器
行者123
个人简介

我是一名优秀的程序员,十分优秀!

滴滴打车优惠券免费领取
滴滴打车优惠券
全站热门文章
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com