You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle scripts that tries to get src from lazyloaded images Ex: Slideshow tries to get src using $('img').attr('src'), we will now give him the real src if it exists (stored in lazyAttr, 'data-src'). This overrides HTMLImgElement.prototype.getAttribute (scary), does not works for ie <8 (also this is a double ice cream).