DOM.Ready
- Example:
DOM.Ready.onIdReady( "div_id", addDivEvent );
- Use this at the end of the page to run all remaining callbacks:
... <script type="text/javascript"> DOM.Ready.runReadyCallbacks(); </script> </body> </html>
DOM.Ready.onIdReady( "div_id", addDivEvent );
... <script type="text/javascript"> DOM.Ready.runReadyCallbacks(); </script> </body> </html>
| Copyright © 2005-2006 David Rolsky |