Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ↵ | Dave Methvin | 2011-04-07 | 1 | -3/+3 |
| | | | | / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 . | ||||
* | Add readyWait tests. Fixes #8145. | jrburke | 2011-02-12 | 1 | -0/+25 |
Adds tests for the fix to #6781. |