I have this html: <img src="myimage.jpg" id="idimg">
Is there a way with javascript to change that src to my ajax.gif
until the image is fully loaded?
Please note i have already watched here: How to display a wait gif until image is fully loaded
but i don't want that because I want my initial html to be as I wrote there (with the src of the original image) and not with a fake div container
thx