Javascript DOM ready without an entire framework

后端 未结 6 961
滥情空心
滥情空心 2020-12-14 08:57

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

6条回答
  •  不思量自难忘°
    2020-12-14 09:45

    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.

提交回复
热议问题