---
title: "Which is the starting point of code execution in jQuery?"  
description: "Which is the starting point of code execution in jQuery?"  
author: "Anonymous User"  
published: 2015-01-18  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/2281/which-is-the-starting-point-of-code-execution-in-jquery  
category: "javascript"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# Which is the starting point of code execution in jQuery?

The starting point of jQuery code execution is $(document).ready() function which is executed when DOM is loaded.

## Answers

### Answer by Anonymous User

The starting point of jQuery code execution is $(document).ready() function which is executed when DOM is loaded.


---

Original Source: https://www.mindstick.com/interview/2281/which-is-the-starting-point-of-code-execution-in-jquery

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
