Friday, April 5, 2013

jQuery wait for all images to load before executing

$(window).load(function() {
    // do your thing here
});

No comments:

Post a Comment