aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/readywaitloader.js
Commit message (Collapse)AuthorAgeFilesLines
* Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ↵Dave Methvin2011-04-071-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.jrburke2011-02-121-0/+25
Adds tests for the fix to #6781.