aboutsummaryrefslogtreecommitdiffstats
path: root/test/readywait.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: move readywait to an iframe testSteve Mao2017-03-201-70/+0
| | | | | Close gh-3576 Fixes gh-3573
* Docs: Updated links to https where they are supported.Jon Dufresne2016-01-131-2/+2
| | | | Close gh-2746
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-261-1/+1
|
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-041-1/+1
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-2/+2
|
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-111-19/+1
|
* Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ↵Dave Methvin2011-04-071-8/+10
| | | | / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 .
* Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-031-0/+1
| | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
* Add readyWait tests. Fixes #8145.jrburke2011-02-121-0/+85
Adds tests for the fix to #6781.