Answers for "jquery select the 3rd row of a table"

1

jquery select the 3rd row of a table

$('.itemTable').eq(2);
//this will grab the 3rd row of the table with the class itemTable
Posted by: Guest on March-24-2020

Code answers related to "jquery select the 3rd row of a table"

Code answers related to "Javascript"

Browse Popular Code Answers by Language