jQuery петля каждого TR в таблице Grepper

$('#tblOne > tbody  > tr').each(function() {...code...});
13Garth