Home > Web Front-end > HTML Tutorial > Radio选中后再开发者人员工具中没有checked属性。_html/css_WEB-ITnose

Radio选中后再开发者人员工具中没有checked属性。_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:33:51
Original
1607 people have browsed it

想用jquey获取Radio的选中值。但是没有。
在开发者人员工具里看Radio 选中里面没有checked属性。
但是我界面上明明选中了。
是有什么地方没有注意到吗?


回复讨论(解决方案)

上面的那个checked是我 在代码里加上去。实际是没有的

$("input[type='radio']:checked").val(); 
或者 $("input[name='rd']:checked").val(); 

$("input[type='radio']:checked").val(); 
或者 $("input[name='rd']:checked").val(); 


用你提供的方法,可以了。我以前也用过,不知道为什么不可以。可能是缓存的事情。谢谢啦
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template