Hi,
I'm loading html from an ajax request, and some img tags in it.
I need to know when the images loaded in the ajax are fully loaded to resize the container. I don't know how many images are in the result, so I can't simply check the .complete value.
Do you know a solution for this?
Thank you!
Leandro