$(document).ready(function(){
    $("#zebra tbody tr:nth-child(odd)").addClass("zebra");
});
