I'm using Mika Tuupola's jQuery Lazy Loading.
Is it possible to call a function, every time after an image is lazy loaded.
What I'm intending to do is to track the number of times an image was viewed. So, if the image was lazy loaded, it means the user had seen the image and I'll increment a counter on my database by 1 by doing a HTTP GET on the background.