Tutorial jQuery Zebra Stripe a Table
$("tr:odd").addClass("odd"); Then use some CSS: .odd { background: #ccc; }
https://iskablogs.blogspot.com/2014/03/tutorial-jquery-zebra-stripe-table.html
$("tr:odd").addClass("odd");
Then use some CSS:
.odd {
background: #ccc;
}
Then use some CSS:
.odd {
background: #ccc;
}