SyntaxFix
Write A Post
Hire A Developer
Questions
You can also capture jquery ready event this way:
$('#iframeid').ready(function () { //Everything you need. });
Here is a working example:
http://jsfiddle.net/ZrFzF/