github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 2,006
    • 189
  • Source
  • Commits
  • Network (189)
  • Graphs
  • Tree: e23c047

click here to add a description

click here to add a homepage

  • Switch Branches (3)
    • master
    • mobile
    • omgrequire
  • Switch Tags (41)
    • 1.4rc1
    • 1.4a2
    • 1.4a1
    • 1.4.2
    • 1.4.1
    • 1.4
    • 1.3rc1
    • 1.3b2
    • 1.3b1
    • 1.3.2
    • 1.3.1rc1
    • 1.3.1
    • 1.3
    • 1.2.6
    • 1.2.5
    • 1.2.4b
    • 1.2.4a
    • 1.2.4
    • 1.2.3b
    • 1.2.3a
    • 1.2.3
    • 1.2.2b2
    • 1.2.2b
    • 1.2.2
    • 1.2.1
    • 1.2
    • 1.1b
    • 1.1a
    • 1.1.4
    • 1.1.3a
    • 1.1.3.1
    • 1.1.3
    • 1.1.2
    • 1.1.1
    • 1.1
    • 1.0a
    • 1.0.4
    • 1.0.3
    • 1.0.2
    • 1.0.1
    • 1.0
  • Comments
Sending Request…

jQuery JavaScript Library — Read more

  Cancel

http://jquery.com/

  Cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Added fix for stray <script> element that was left for IE for the DOMReady 
check.
jeresig (author)
Wed Aug 30 22:21:16 -0700 2006
commit  e23c047e786ada99f7f42c1ad1c305eb2394ca7f
tree    077ae7e98f0db3a31891ca281f3d3a1294c7ac57
parent  45a3c06e8fd4ac04f5d914ecf5d2e25148160b3b
M src/event/event.js 5 •••••
0
src/event/event.js
...
1634
1635
1636
1637
1638
 
 
 
1639
1640
1641
...
1634
1635
1636
 
 
1637
1638
1639
1640
1641
1642
0
@@ -1634,8 +1634,9 @@ new function(){
0
     // Use the defer script hack
0
     var script = document.getElementById("__ie_init");
0
     script.onreadystatechange = function() {
0
-      if ( this.readyState == "complete" )
0
-        jQuery.ready();
0
+      if ( this.readyState 1= "complete" ) return;
0
+      this.parentNode.removeChild( this );
0
+      jQuery.ready();
0
     };
0
   
0
     // Clear from memory

Comments

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server