87,995
社区成员
发帖
与我相关
我的任务
分享
alert($(window.top.frames["qual"].document).find("input[type='radio']").size())
alert($(window.top.frames["qual"].document).find("input[type='radio']:checked").size())
$('input:checked[name=input]')
这样子试试看可不可以。[/quote]
还是不行吖 、$('input:checked[name=input]')
这样子试试看可不可以。
看一下调试信息,确定iframe的document获取到了?('input.radioClass:checked').size()
看这样能获取到么。