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

Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?

0 Answers  


Why jQuery is needed?

0 Answers  


Mac, windows or linux? Why do you love this platform while using jquery?

0 Answers  


What are the different ways of using $.connect function in jquery?

0 Answers  


How we can modify the css class in jquery?

0 Answers  






What does jQuery data() function do?

0 Answers  


What is the between $(this) and 'this' in jquery?

0 Answers  


What is jquery and what are the advantages?

0 Answers  


What is difference between $(this) and ‘this’ in jquery?

0 Answers  


How to use css() in jquery?

0 Answers  


What is the advantage of using the minified version of jquery rather than using the conventional one?

0 Answers  


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

1 Answers  


Categories