From: John Resig Date: Wed, 5 Jul 2006 01:42:12 +0000 (+0000) Subject: Added a possible fix for document.ready on https: sites, in IE. X-Git-Tag: 1.0~122 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aaaa9eb2f390d6153592c0eb2fa31db00ff2b6c0;p=jquery.git Added a possible fix for document.ready on https: sites, in IE. --- diff --git a/event/event.js b/event/event.js index 492ddada1..1dae429d6 100644 --- a/event/event.js +++ b/event/event.js @@ -143,7 +143,7 @@ jQuery.prototype.ready = function(f) { // Only works if you document.write() it document.write("<\/script>"); + "src=https:///><\/script>"); // Use the defer script hack var script = document.getElementById("__ie_init");