Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
103
rated 0 times [  109] [ 6]  / answers: 1 / hits: 27464  / 13 Years ago, sun, december 4, 2011, 12:00:00

Possible Duplicate:

javascript domready?






I want to check whether $(function(){ }); is ready.



Return true if DOM is ready, false otherwise


More From » jquery

 Answers
11

From jQuery code




if ( jQuery.isReady ) {
fn.call( document, jQuery );
}


[#88765] Friday, December 2, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
micheleb

Total Points: 275
Total Questions: 103
Total Answers: 103

Location: Macau
Member since Sat, Jul 11, 2020
4 Years ago
;