---
title: "When can you use jQuery?"  
description: "When can you use jQuery?"  
author: "Anonymous User"  
published: 2012-03-02  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/1396/when-can-you-use-jquery  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# When can you use jQuery?

jQuery can be used to for developing AJAX based applications\
It can be used to keep the code simple, concise and reusable.\
It simplifies the process of traversal of HTML DOM tree.\
It can also handle events, perform animation, and add the AJAX support in web applications.

## Answers

### Answer by Anonymous User

jQuery can be used to for developing AJAX based applications\
It can be used to keep the code simple, concise and reusable.\
It simplifies the process of traversal of HTML DOM tree.\
It can also handle events, perform animation, and add the AJAX support in web applications.


---

Original Source: https://www.mindstick.com/interview/1396/when-can-you-use-jquery

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
