$(document).ready(function(){

$("tr:nth-child(odd)").css("backgroundColor", "#f6ffe9");

});

