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 |
How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?
Where jquery mobile works? : jquery mobile
What is a use of jquery filter?
Define jquery connect?
How to programmatically trigger a click event thats being handled by jquery only?
Explain cdn in jquery?
Explain cache paremeter of jquery ajax method?
Define jquery filter?
How to call a method inside code-behind using jquery?
Explain the difference between jquery's ready and holdready?
Tell me how to write browser specific code using jquery? : jquery mobile
Explain .bind() vs .live() vs .delegate() vs .on()