选中一行并且选中该行的radio
摘要:
$("tr").bind("click",function(){ $("input:radio").attr("checked",false); $(this).find("td").find("input:radio").attr("checked",true) }); 阅读全文
posted @ 2016-06-14 16:38 小人物的奋斗 阅读(1429) 评论(0) 推荐(0) 编辑
posted @ 2016-06-14 16:38 小人物的奋斗 阅读(1429) 评论(0) 推荐(0) 编辑