Allow plugins to delay the exeuction of the ready event. Delay the ready event by...
authorJohn Resig <jeresig@gmail.com>
Mon, 20 Sep 2010 18:53:29 +0000 (14:53 -0400)
committerJohn Resig <jeresig@gmail.com>
Mon, 20 Sep 2010 18:53:29 +0000 (14:53 -0400)
commit747ba7defd82bffa6c7ccb69e53b834cbfddb62c
tree70a4b888d141841c357e4333dfdde3063452ffe4
parent5b92cdd0488804ba689dab70c6f8443aae23bcf9
Allow plugins to delay the exeuction of the ready event. Delay the ready event by calling: jQuery.readyWait++ and force the event to fire by doing: jQuery.ready(true). Fixes #6781.
src/core.js