Answers for "select 2nd td jquery"

2

select 2nd td jquery

$(".location table tbody tr td:first-child").addClass("black");
$(".location table tbody tr td:nth-child(2)").addClass("black");
Posted by: Guest on April-15-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language