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 your tools of choice to get the jquery job done?
What is the script build up by jQuery?
Explain the difference between $(this) and 'this' in jquery?
What are the basic selectors in jQuery?
How to give face effect in jquery?
What is method chaining in jquery and what are the advantages?
What is the minimum setup needed to start using jquery.
When can jquery be used?
Define jquery $.ajax() method?
Which is fast document.getElementByID('txtName') or $('#txtName').?
Define animate function in jquery?
What is the use of the animate() method in jquery?