jQuery(function( $ ){ var preloadImages = [ 'http://www.glassinitstyle.com/templates/images/layout/loader.gif', 'http://www.glassinitstyle.com/templates/images/layout/loader-blu.gif', 'http://www.glassinitstyle.com/templates/images/layout/success-blu.jpg', 'http://www.glassinitstyle.com/templates/images/layout/warning-blu.jpg', 'http://www.glassinitstyle.com/components/facebox/b.png', 'http://www.glassinitstyle.com/components/facebox/tl.png', 'http://www.glassinitstyle.com/components/facebox/tr.png', 'http://www.glassinitstyle.com/components/facebox/bl.png', 'http://www.glassinitstyle.com/components/facebox/br.png', 'http://www.glassinitstyle.com/components/facebox/loading.gif', 'http://www.glassinitstyle.com/components/facebox/closelabel.gif' ]; $.preload( preloadImages, {//the first argument is a selector to the images //onFinish:finish, threshold: 2 //'2' is the default, how many at a time, to load. }); function finish(data){//hide the summary alert("done:" + data.done + ", " + "total:" + data.total + ", " + "loaded:" + data.loaded + ", " + "failed:" + data.failed) }; });