87,997
社区成员




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]')
这样子试试看可不可以。('input.radioClass:checked').size()
看这样能获取到么。