Skip to content

Instantly share code, notes, and snippets.

@shirokuro331
Last active December 10, 2015 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirokuro331/4480686 to your computer and use it in GitHub Desktop.
Save shirokuro331/4480686 to your computer and use it in GitHub Desktop.
しましまにしまっしま
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
table tr.odd th,
table tr.odd td {
background: #eee;
}
$(function () {
$('.homu tr:nth-child(odd)').addClass('odd');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment