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

What are the methods used to provide effects?

0 Answers  


How do you check if an element is empty?

1 Answers  


Define .siblings() method in jquery?

0 Answers  


Is it possible that jquery html work for both html and xml document?

0 Answers  


What is a filter in jquery? Explain

0 Answers  


Explain width() vs css(‘width’)?

0 Answers  


How do you implement animation functionality?

1 Answers  


What is the difference between onload() and document.ready() function used in jquery?

0 Answers  


How can you add a jquery library in your project?

0 Answers  


How can an element be checked if it contains a specific class?

0 Answers  


Hide and show image on button click using jQuery?

0 Answers  


Explain the difference between .empty() and .remove() ?

0 Answers  


Categories