RUZEE.Events v0.2

| 0

The DOMContentLoaded, a.k.a. domload, a.k.a. window.onload problem gets solved more and more. There’s now a solution for Internet Explorer that doesn’t require an external script. And there’s a solution that works on Safari via document.readyState (which btw. also works on Konqueror).

All these new revelations have been included into RUZEE.Events v0.2. The domloadeof DIV which was required in version 0.1 is now optional. The only browser I did my tests with, that still requires this DIV, is Opera 8.5 (whereas Opera 9.0b2 apparently directly supports DOMContentLoaded events).

[tags]domload, domcontentloaded, window.onload, javascript, events, cross-browser[/tags]