SyntaxFix
Write A Post
Hire A Developer
Questions
$(".location table tbody tr").each(function(){ $('td:first', this).addClass('black').next().addClass('black'); });
another:
$(".location table tbody tr").find('td:first, td:nth-child(2)').addClass('black');