Only bind .ready() once per instance of jQuery - and only bind if the ready() method...
authorJohn Resig <jeresig@gmail.com>
Wed, 22 Aug 2007 06:51:41 +0000 (06:51 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 22 Aug 2007 06:51:41 +0000 (06:51 +0000)
commitf53aa62fd3f08ad7a05e99e3836132216a8d5c7d
treeef0e2ee722a0f86a26a732acb71d8204fee49111
parent3fb4779abbd4c8b12efda6a5648da8a7e002cab2
Only bind .ready() once per instance of jQuery - and only bind if the ready() method is actually called (nothing is bound if window/load is used).
src/event/event.js
src/intro.js