$('.demophoto').each(function() { var load = function() { // Сам скрипт } if ( this.complete ) { load.call( this ); } else { $( this ).load( load ); } });