select 2nd td jquery

JavaScript
$(".location table tbody tr td:first-child").addClass("black");
$(".location table tbody tr td:nth-child(2)").addClass("black");
Source

Also in JavaScript: