Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

In IE javascript how to fire onload event for cached videos or images

$
0
0

Onload event is fired only after clearing cache(Ctrl+R) when I load an image or video. How to fire the onload event for cached objects?

var img=document.getElementById("myimage");

img.onload=function(){console.log("loaded");};

img.src="http://myimage.jpg";

Thank you!


Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>