Explain the starting point of code execution in jQuery?

Submitted by: Muhammad
The starting point of jQuery code execution is $(document).ready() function which is executed when DOM is loaded.
Submitted by: Muhammad

Read Online jQuery Mobile Job Interview Questions And Answers