How to build <img>
load event with automatic image reloading in case of error?
Image is created by way:
var Img = $(document.createElement('img'));
Img.on('load',function(){
// Some code, this handler must be saved
});
Img.attr('src',path);
Img.appendTo(...
Where it used: http://vseslava.ru, big circle on index.