 jQuery(document).ready(function(){
        jQuery("table tr:nth-child(odd)").addClass("odd");
});
