]> source.dussan.org Git - jquery.git/commit
Fix #10067. Create jQuery.quickReady; closes gh-736.
authorMike Sherov <mike.sherov@gmail.com>
Mon, 23 Apr 2012 19:43:26 +0000 (15:43 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Mon, 23 Apr 2012 19:44:27 +0000 (15:44 -0400)
commit54fab3174c7844959b374e98b453c048b60de0d0
tree1cd99ad3c26d55537d02b03bc3828b5b3ec555ca
parent58ed62ed12cb48d9224f699e86e197804ca5ece4
Fix #10067. Create jQuery.quickReady; closes gh-736.

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.
12 files changed:
src/core.js
test/data/event/asyncQuickReadyFalse.html [new file with mode: 0644]
test/data/event/asyncQuickReadyTrue.html [new file with mode: 0644]
test/data/event/longLoad.php [new file with mode: 0644]
test/data/event/syncReady.html [new file with mode: 0644]
test/data/support/bodyBackground.html
test/data/support/boxModelIE.html
test/data/support/hiddenIFrameFF.html [deleted file]
test/data/support/testElementCrash.html
test/data/testinit.js
test/unit/event.js
test/unit/support.js