代码块
$("#table_show>tbody>tr").on('click', 'td', function(){
if($(this).hasClass("actions")){
return null;
}
var sn = $(this).parent().attr("r");
if(sn){
console.log(sn);
}
});
: table
其中:”actions”: 为tr的属性