Jquery – Loop through iframes waiting for ready to complete action
I am loading a series of date based URLs into an iframe to extract data from each page using a script on the top frame (same origin). What is the best/most efficient way to wait until the iframe is ready…