I want to do:

$("img").bind('load', function() {
  // do stuff
});

But the load event doesn’t fire when the image is loaded from cache. The jQuery docs suggest a plugin to fix this, but it doesn’t work

14 Answers
14

Leave a Reply

Your email address will not be published. Required fields are marked *