Fire an event when the page is fully loaded
Hi @ all..
I want to fire an event when the page is fully loaded. I used the ready function but the event will be fired to early. Ok, the DOM is fully loaded but some pictures are still not there/resized.
The reason is that i want to get the height of the content. If i use the ready function it may be that the height is incorrect, because some elements (for example: pictures) are not fully loaded/resized.
I need a function which gets the height of the content when everything is absolutely loaded.
Is that possible?