$ (function() {
  $("table tr:nth-child(even)").addClass("even");
});