var img = new Image(); img.src = 'http://site.com/img.jpg'; if(img.complete) { alert('Загрузился'); }