Hello.
$(document).ready(handler)
call to handler when page is loaded not paying attention to whether iframes' content is loaded or not. I want code to be executed only when content of all iframes loaded.
Is there any way to achieve this?
Hello.
$(document).ready(handler)
call to handler when page is loaded not paying attention to whether iframes' content is loaded or not. I want code to be executed only when content of all iframes loaded.
Is there any way to achieve this?