---
title: "What are the advantages of jQuery?"  
description: "What are the advantages of jQuery?"  
author: "Amit Singh"  
published: 2010-11-18  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/248/what-are-the-advantages-of-jquery  
category: "jquery"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# What are the advantages of jQuery?

The advantages of using jQuery are:\
1. JavaScript enhancement without the overhead of learning new syntax\
2. Ability to keep the code simple, clear, readable and reusable\
3. Eradication of the requirement of writing repetitious and complex loops and DOM scripting library calls\

## Answers

### Answer by Amrita Bhattacharjee

Jquery is used for various purposes and the essentialities as well as the advantages of Jquery are-

.It helps the developers to use and write the code in javascript in a faster and easy way.

.It is flexible in case of using different browsers.

.It enables to make the code in Javascript shorter in length with exact functionalities

.It doesn't have any issue with any kind of browser.

### Answer by Amit Singh

The advantages of using jQuery are:\
1. JavaScript enhancement without the overhead of learning new syntax\
2. Ability to keep the code simple, clear, readable and reusable\
3. Eradication of the requirement of writing repetitious and complex loops and DOM scripting library calls\


---

Original Source: https://www.mindstick.com/interview/248/what-are-the-advantages-of-jquery

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
