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 |
Write a code for the implementation of a module pattern.
Can you please explain the difference between event.preventdefault and "return false"? : jquery mobile
What is the use of queue() in jquery?
What is difference between .setinterval() and .delay() ?
Which is the starting point of code execution in jQuery?
How to use migrate jquery plugin if possible? : jquery mobile
Which is fast document.getElementByID('txtName') or $('#txtName').?
What is parent() in jquery?
Does jquery follow w3c recommendations?
How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?
Is jQuery a library for client scripting or server scripting?
Is it too early to discuss jquery ui 1.8?