I've completely resolved the known issues with document ready. I use the known DOM...
authorJohn Resig <jeresig@gmail.com>
Sun, 11 Jun 2006 18:59:45 +0000 (18:59 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 11 Jun 2006 18:59:45 +0000 (18:59 +0000)
commit08bb08fede9392f8c7047e88d6989e0b8583b31e
tree85e69dee96e62737601f3394d3a7023699be80e3
parent4b6bcb235fc4ae30692d27910dffbf79295e36f4
I've completely resolved the known issues with document ready. I use the known DOM ready functions that Mozilla and IE provides. For Opera and Safari I fall back to the original hack, but ignore it, and fall back to window.onload, if there are scripts embedded in the DOM.
event/event.js