Home | History | Annotate | Download | only in parse-only

Lines Matching refs:ready

81 		// Shortcut for document ready
83 return jQuery( document ).ready( selector );
2770 ready: {
2771 // Make sure the ready event is setup
2957 ready: function(fn) {
2961 // If the DOM is already ready
3021 // Handle when the DOM is ready
3022 ready: function() {
3025 // Remember that the DOM is ready
3039 // Trigger any bound ready events
3040 ready");
3056 jQuery.ready();
3066 jQuery.ready();
3071 // continually check to see if the document is ready
3085 jQuery.ready();
3090 jQuery.event.add( window, "load", jQuery.ready );