diff --git a/src/core.js b/src/core.js index 0a5bd53c..e0db81d8 100644 --- a/src/core.js +++ b/src/core.js @@ -237,7 +237,7 @@ jQuery.fn = jQuery.prototype = { jQuery.bindReady(); // If the DOM is already ready - if ( jQuery.isReady ) { + if ( jQuery.isReady && !readyList ) { // Execute the function immediately fn.call( document, jQuery );