domload aka DOMContentLoaded for all Browsers

| 0

Simon had an idea how to speed up my site and the link to Tanny O’Haley’s domload posting he sent me let me think and do. The result is my new JavaScript library RUZEE.Events.

The main feature, and at the same time the turbo for RuzeeBorders, is as follows: When the HTML content of your page is loaded completely, but before all images, ads, Flash stuff, etc. is there, the script triggers an event and your JavaScript code can get active. Modify your page, install dynamic behaviors, start JavaScript animations. And let the browser load in parallel all the other stuff your page requires.

It works cross-browser, i.e. on IE 5.5, 6.0, FF 1.0, 1.5, Safari 2, Opera 8.5, Konqueror 3.5 (and maybe others), and comes with loads of other features. Try it now!

[tags]javascript, events, event, domload, domcontentloaded, ruzee[/tags]