$('table tr:even').addClass('new');
$('table tr:odd').addClass('new');
.new { background-color: selected; }