Does anyone know of a good javascript DOM ready library that I can use without loading an entire framework? I found one on google code that seems to work, but the library w
David Mark's "My Library" has a "DOM ready" functionality:
http://www.cinsoft.net/mylib.html
David is avid anti-framework, anti-bad-javascript-practice so it should be good quality code.