I need the correct syntax to write two loops inside each other. First one to loop over each table in an html page with no ids or classes and the second one to iterate over each table row of the table specified by the first loop in jQuery.I need the correct syntax to write two loops in