How to call a function after all image will be load into page
So for test purposes I want to invoke some function when all image on the page will be load. I hear about lazy loading, so i want to callback I think. So how can i do that?
If u will put a little example, I will figure this out later on myself