In the jQuery docs for the load event http://api.jquery.com/load-event/, it says
Can cease to fire for images that already live in the browser's cache. Is any more information available on this, such as what browsers it affects, and in what situations?
In the jQuery docs for the load event http://api.jquery.com/load-event/ , it says Can cease
Share
I’m not sure what browsers are affected, but it is easy to check for.
UPDATE
If you change the code around, it will consistently fire a load event in all browsers.