jquery get table row on click code example
Example: jquery grab table row
$('.itemTable').eq(2);
//this will grab the 3rd row of the table with the class itemTable
$('.itemTable').eq(2);
//this will grab the 3rd row of the table with the class itemTable