Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery select the 3rd row of a table

$('.itemTable').eq(2);
//this will grab the 3rd row of the table with the class itemTable
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #select #row #table
ADD COMMENT
Topic
Name
7+9 =