我为什么要挣扎?
我有一个值:5
如何检查组"mygroup"的单选按钮值为5?
$("input[name=mygroup]").val(5); // doesn't work?
jquery
jquery ×1