Can we have multiple document.ready() function on the same page?
Answer / chaitanya
YES. We can have any number of document.ready() function on the same page.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of jQuery?
What is a cdn? What are the advantages of using cdn?
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
Tell me how do you stop the currently-running animation? : jquery mobile
How to select class in jquery?
How can we apply css in odd childs of parent node using jquery library?
Is it possible to hold or delay document.ready execution for sometime?
How do you stop the currently-running animation? : jquery mobile
What are the types of selectors in jQuery?
Explain the use of data-role=”page” attribute? : jQuery Mobile
What is difference between $(this) and ‘this’ in jquery?
How to write cookies in jquery?