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


Please Help Members By Posting Answers For Below Questions

What is serialize() in jquery?

451


Why we use chaining in jquery?

484


How can you get the type of arguments passed to a function?

463


Define all the ways to include jquery in a page?

447


How do you add an HTML element in DOM tree?

505






What is get()? : jquery mobile

475


Can we add more than one ‘document.ready’ function in a page?

557


Is window.onload is different from document.ready()?

413


Define the use of each function in jquery?

434


Mention the advantages of cdn? : jQuery Mobile

503


How to find all sibling elements in front of the current element using ?

506


How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile

443


Can you please explain the difference between .js and .min.js? : jquery mobile

399


How to select class in jquery?

464


What are the methods used to provide effects?

500