I know there are some tools and techniques for delaying the load of javascript, but I have an iframe that I would like to delay loading until after the rest of the page has fini
Load iFrame after page has loaded With JQuery and a little html and js
// Javascript $(window).bind("load", function() { $('#dna_video').prepend(''); });