Contributions

Features (Category Index)
Search: 

DOM Ready

DOM ready is faster than window load

pls read this : http://www.javascriptkit.com/dhtmltutors/domready.shtml

to determine DOM ready in IE really difficult, because IE do not really can detect DOM ready.

I have tried several approaching, finally i try and look at facebook.com, i found in base.js

this might be useful, and very simple to implement:
onloadRegister(some_function)


Expand All / Collapse All

DOM Ready 12 Dec 2007

DOM ready is faster than window load

pls read this : http://www.javascriptkit.com/dhtmltutors/domready.shtml

to determine DOM ready in IE really difficult, because IE do not really can detect DOM ready.

I have tried several approaching, finally i try and look at facebook.com, i found in base.js

this might be useful, and very simple to implement:
onloadRegister(some_function)


Note: Contributions are used at own risk.