[jQuery] tablesorter and using .each() on the rows of a table

[jQuery] tablesorter and using .each() on the rows of a table


Hi everyone,
Simple question: if 'table' is a table on which the excellent
tablesorter plugin is active, can I rely on the following statement
$("#table").each( /* function goes here*/);
iterating over the rows of the table in their *current* order? (ie,
even if the user has resorted the table?). I gave it a try and seems
to work - or was I just lucky?
Thank you for your help,
-james