mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
54fab3174c
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.
10 lines
299 B
HTML
10 lines
299 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<body>
|
|
<script src="../include_js.php"></script>
|
|
<script>
|
|
jQuery(function() { window.parent.iframeCallback( document.compatMode, jQuery.support.boxModel ) });
|
|
</script>
|
|
</body>
|
|
</html>
|