given the html structure:
<div class="image-container">
<img id="firstslide" src="img/verybig.jpg">
</div>
I wonder if there is an easy and simple way to check
- if an image is currenly being loaded and insert into div a load icon and
- has finished loading and show the fully loaded picture
Any hints with that?
jsFiddle: http://jsfiddle.net/FjfvZ/60/
If you’re using jQuery: