Which is the starting point of code execution in jQuery?



Which is the starting point of code execution in jQuery?..

Answer / 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

More jQuery Interview Questions

How did you become the creator of jquery ui? Whats the story behind that?

0 Answers  


What is the difference between parent() and parents() methods in jQuery?

1 Answers  


What are selectors in jquery? Explain

0 Answers  


What is the use of clone method in jQuery?

0 Answers  


What are the browser related issues for jQuery?

0 Answers  






How to write browser specific code using jquery? : jquery mobile

0 Answers  


How to load a page using jquery mobile? : jquery mobile

0 Answers  


How to debug jquery code/ debug jquery?

0 Answers  


What is each() function in jQuery? How do you use it?

0 Answers  


What are selectors in jQuery and how many types of selectors are there?

1 Answers  


Have any of your startup projects failed dismally - if so, why and how did you learn from them?

0 Answers  


How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?

0 Answers  


Categories