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 |
Explain the basic need to start with jquery? : jquery mobile
Explain animate function in jquery?
What are the fastest selectors in jQuery?
How do you select an item using css class or id and get the value by use of jquery.
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
How can I select 20th div with jquery?
Explain .live()? : jquery mobile
How to select combobox select value and text using jquery?
How do you check or uncheck a checkbox input or radio button?
How to disable/enable an element in jquery?
Does jQuery 2.0 supports IE?