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 |
Explain the basic need to start with jquery? : jquery mobile
How do you attach a event to element which should be executed only once?
Explain the difference between jquery's ready and holdready?
Why is jquery better than javascript?
What is the difference between "#" and "." selector in JQuery?
What are the popular jquery cdn? : jquery mobile
What are the advantage of using cdn? : jquery mobile
How can events be prevented to work after an ajax request?
How you get server response from an ajax request using jquery?
What happen if you return false from a jQuery event handler?
Define bind() and unbind elements in jQuery?
Can we select a element having a specific class in jquery ?