JQuery Zebra Stripe a Table - CSS-tricks

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

Använd sedan CSS:

.odd ( background: #ccc; )