Skip to content

Instantly share code, notes, and snippets.

@sdkester
Created November 15, 2010 02:45
Show Gist options
  • Save sdkester/676357 to your computer and use it in GitHub Desktop.
Save sdkester/676357 to your computer and use it in GitHub Desktop.
$('table.zebra thead > tr:first-child()').addClass('zSelected');
$('table.zebra tbody > tr:nth-child(odd)').addClass('zOdd');
$('table.zebra tbody > tr:nth-child(even)').addClass('zEven');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment