I have a site with a rotating header image (you\'ve all seen them). I want to do the following:
you can try
$(function() { $(window).bind('load', function() { // INSERT YOUR CODE THAT WILL BE EXECUTED AFTER THE PAGE COMPLETELY LOADED... }); });
i had the same problem and this code worked for me. how it works for you too!