JQuery Wybierz trzeci rząd tabeli

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