jquery input radion 选择
Quote: 引用:$("tr").click(function(){ $(this).find("input[type='radio']").attr("checked",true);})直接判断当点击tr里面所有的td都会选中单选按钮感觉“迟钝”额...有时有用,有时点击没用。。。。
$("tr").click(function(){ $(this).find("input[type='radio']").attr("checked",true);})直接判断当点击tr里面所有的td都会选中单选按钮
$("tr").click(function(){ $(this).find("input[type='radio']").attr("checked",true);})