InterviewSolution
Saved Bookmarks
| 1. |
Explain The Starting Point Of Code Execution In Jquery? |
|
Answer» The starting point of JQUERY CODE execution is $(DOCUMENT).ready() FUNCTION which is executed when DOM is loaded. The starting point of jQuery code execution is $(document).ready() function which is executed when DOM is loaded. |
|