Pages

Saturday, March 8, 2014

Tutorial jQuery Zebra Stripe a Table

$("tr:odd").addClass("odd");

Then use some CSS:

.odd {
   background: #ccc;
}

No comments:

Post a Comment