Is there a way in javascript or jquery to disable image before page is fully loaded? I'm trying to make my own lazy loader (because the original isn't usable) and I'm stuck with this.
The point is to save src attribute to longdesc and put some placeholder, and this has to be done before all image loads. If the placeholder is set originally in html then users with disabled javascript won't see the images.
The point is to save src attribute to longdesc and put some placeholder, and this has to be done before all image loads. If the placeholder is set originally in html then users with disabled javascript won't see the images.