Which is the starting point of code execution in jQuery?
Answer Posted / chaitanya
The starting point of jQuery code execution is $(document).ready() function which is executed when DOM is loaded.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the id selector and class selector in jquery?
Is jquery html() method works for both html and xml documents?
Difference Between Prop and Attr in jQuery?
What were the biggest challenges of getting the jQuery 1.7 release ?
Is numeric in jquery?
Explain .live()? : jquery mobile
Explain the difference between body onload() and document.ready() function? : jquery mobile
What is the difference between the knockout and jquery?
Is jquery library used for server scripting or client scripting?
Define cdn in jquery?
What is a cdn? : jQuery Mobile
How does the jQuery pushStack function work?
Define url paremeter of jquery ajax method?
Define all the ways to include jquery in a page?
Define cache paremeter of jquery ajax method?