2011-08-03 100 views

回答

2

:nth-child()僞類轉到tr:first-child僞類的td

$('tr:nth-child(2n) td:first-child').css('background-color', '#ccc');