aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/readywaitloader.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: move readywait to an iframe testSteve Mao2017-03-201-25/+0
| | | | | Close gh-3576 Fixes gh-3573
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-6/+6
| | | | Fixes gh-2056
* 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.