日期:2014-05-16 浏览次数:20490 次
//var $that = $("#tt"); $("tbody>tr",this).click(function(){ var $a = this.cells[0].firstChild; var $b = $a.type; if($b == 'radio'){ $($a).prop("checked", true); } });