最后一行所有td加粗

$("#tableListParent tbody:eq(2)").find("tr:has(table):last").each(function (index, e) {
                $(this).find("td").css("font-weight", "bold");

 

posted @ 2015-03-17 15:28  JJ.Net  阅读(337)  评论(0)    收藏  举报