iframe load event
I was writing a feature where I was on the client side writing the iframe code for a video oEmbed. This causes a delay while the content is loaded in the iframe. It behaves like an AJAX request in a sense. I discovered that the iframe raises a ‘load’ event when the content finishes loading. […]