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 to call a method inside code-behind using jquery?

0 Answers  


Explain some of the key concepts of good code organization patterns.

0 Answers  


What is jQuery CDN?

0 Answers  


Why is the block display style used for animations?

0 Answers  


What are the types of selectors that are used in jquery? Give examples.

0 Answers  






Explain the animate function.

0 Answers  


Explain the use of the $.fn.bind and $.fn.trigger.

0 Answers  


Can you please explain the difference between prop and attr? : jquery mobile

0 Answers  


Can you write a jquery code to select all links inside the paragraph?

0 Answers  


How to disable jquery animation? : jquery mobile

0 Answers  


Why use jQuery filter() Methods?

0 Answers  


Which selector has better performance id or class and why?

0 Answers  


Categories