mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
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.
This commit is contained in:
committed by
Dave Methvin
parent
58ed62ed12
commit
54fab3174c
@@ -3,7 +3,7 @@
|
||||
<body>
|
||||
<script src="../include_js.php"></script>
|
||||
<script>
|
||||
jQuery(function() { window.parent.supportCallback( document.compatMode, jQuery.support.boxModel ) });
|
||||
jQuery(function() { window.parent.iframeCallback( document.compatMode, jQuery.support.boxModel ) });
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user