IEContentLoaded,
An alternative for DOMContentLoaded on Internet Explorer. A simple (and rather beautiful) solution that requires no DOM insertion but instead relies on the doScroll method to test if the document has loaded.
...it turns out that we can simply check the doScroll method for any Element even if it’s not appended to the DOM tree…

Previous Comments ~
No comments have been posted yet – comments are open though, so you can start the conversation if you so desire…