JavaScript片段

108 阅读1分钟
$('TABLE_DocList tbody tr').find('input[name*='+'].docSubject"]').each(function(i,o){
    $(o).attr("title",$(o).val());
})