JQuery Pilih baris ke -3 tabel

$('.itemTable').eq(2);
//this will grab the 3rd row of the table with the class itemTable
Carnivorous Flamingo