Can there be more than one ready function in jquery?



Can there be more than one ready function in jquery?..

Answer / Ravindra Prasad

Yes, you can have multiple jQuery ready functions. They will execute sequentially, but it's considered best practice to use only one.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Explain the basic need to start with jquery? : jquery mobile

1 Answers  


Explain animate function in jquery?

1 Answers  


What are the fastest selectors in jQuery?

1 Answers  


How do you select an item using css class or id and get the value by use of jquery.

1 Answers  


Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?

1 Answers  


Can you please explain the difference between body onload() and document.ready() function? : jquery mobile

1 Answers  


How can I select 20th div with jquery?

1 Answers  


Explain .live()? : jquery mobile

1 Answers  


How to select combobox select value and text using jquery?

1 Answers  


How do you check or uncheck a checkbox input or radio button?

1 Answers  


How to disable/enable an element in jquery?

1 Answers  


Does jQuery 2.0 supports IE?

3 Answers  


Categories