|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
3 | added 192 characters in body | ||
|
I know there are some ways to get notified when the page body has loaded (before all the images and 3rd party resources load which fires the window.onload event), but it's different for every browser. Is there a definitive way to do this on all the browsers? So far I know of:
I'd like to be able to go without using document.write or external files. This can be done simply via jQuery:
but, I'm writing a JS library and can't count on jQuery always being there. |
||||
|
2 | added 614 characters in body | ||
|
I know there are some ways to get notified when the page body has loaded (before all the images and 3rd party resources load which fires the window.onload event), but it's different for every browser. Is there a definitive cross-browser way to do this on all the browsers? So far I know of:
I'd like to achieve this effect be able to go without using libraries like jQuerydocument.write or external files. |
||||
|
1 |
|
||
