aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/event/syncReady.html
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Ajax: Always use script injection in globalEval"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit bbdfbb4ee859fe9319b348d88120ddc2c9efbd63.
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-161-1/+1
| | | | | Fixes #14757 Closes gh-1449
* 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
|
* Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848.Mike Sherov2012-07-061-4/+9
|
* 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
|
* reduce complexity of ready further, and try manipulating DOM to make sure ↵Mike Sherov2012-05-041-0/+1
| | | | we're really ready
* remove jQuery.quickReady, save bytes, style nits in testsMike Sherov2012-05-041-2/+2
|
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-231-0/+17
Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer.