hey,
I've been using Ajax and PHP to generate content pulled in from a database.
I am using an ajax framework that allows a start and end function when calling ajax, i use these to toggle my ajax loading divs (hide/show). But once the ajax has been called, the function ends and it triggers hiding the loader.. but now i have got 60 images being loaded... is it possible to detect when the actual html output has finished, not the ajax call?
I was using a simple body onload at first, but now the client has requested the actual page doesnt reload - so i'm stuck for ideas 🙂?
Cheers,
Ps: first post, sorry if its in the wrong place 🙂🙂