Is there a way to trigger a method once an image has finished loading and displaying on the web browser?
Here's a quick example using a large image:
<img width="500px" src="http://www.digivill.net/~binary/wall-covering/(huge!)14850x8000%2520earth.jpg">
I'm looking for a way to automatically run my method once the image is completely visible in the browser window.