$(function(){
  $("tr:nth-child(odd)").css("background-color", "#cccccc");
})