$('.demophoto').each(function() { var img = new Image(); img.onload = function() { // Сам скрипт } img.src = this.src; });