Reputation: 1845
I'm trying to execute a function after the page is completely loaded (including images) by using
$(window).load(function() { ... });
However, this function is executed when the DOM is loaded (without waiting for the images).
Have you got any idea what could be the problem ?
Upvotes: 2
Views: 1583