jQuery bucle cada tr en la tabla Grepper

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