标签:style blog color sp div log bs as table
在一个id为table的表格的tbody中,如果每一行的最后一列的checkbox没有被禁用,则把这行的背景色设置为红色。
$( "#table>tbody>tr:has(td:last:has( :checkbox:enabled ) )" ).css( "background", "red" );
标签:style blog color sp div log bs as table
原文地址:http://www.cnblogs.com/leezhxing/p/4040919.html