Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript DOM ready without an entire framework

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 was posted in 2008 and I can't find any confirmation on up-to-date cross browser support.

like image 806
Brian Avatar asked Apr 28 '10 18:04

Brian


1 Answers

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.

like image 87
RoToRa Avatar answered Oct 19 '22 04:10

RoToRa