SyntaxFix
Write A Post
Hire A Developer
Questions
Have you tried the classic, waiting for the load to complete using jQuery's builtin ready function?
$(document).ready(function() { $('some selector', frames['nameOfMyIframe'].document).doStuff() } );
K