JQuery Wählen Sie die 3. Zeile einer Tabelle aus
$('.itemTable').eq(2);
//this will grab the 3rd row of the table with the class itemTable
Carnivorous Flamingo
$('.itemTable').eq(2);
//this will grab the 3rd row of the table with the class itemTable