---
title: "Why is jQuery better than JavaScript?"  
description: "Why is jQuery better than JavaScript?"  
author: "AVADHESH PATEL"  
published: 2012-09-08  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1531/why-is-jquery-better-than-javascript  
category: "jquery"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# Why is jQuery better than JavaScript?

* jQuery is great library for developing ajax based application.\
* It helps the programmers to keep code simple and concise and reusable.\
* jQuery library simplifies the process of traversal of HTML DOM tree.\
* jQuery can also handle events, perform animation, and add the Ajax support in web applications.\
\
Because in javascript we have to write functions with core & oops concepts, but in jquery we do't need to write more functions we just need only use those are already write in jquery library.\

## Answers

### Answer by AVADHESH PATEL

* jQuery is great library for developing ajax based application.\
* It helps the programmers to keep code simple and concise and reusable.\
* jQuery library simplifies the process of traversal of HTML DOM tree.\
* jQuery can also handle events, perform animation, and add the Ajax support in web applications.\
\
Because in javascript we have to write functions with core & oops concepts, but in jquery we do't need to write more functions we just need only use those are already write in jquery library.\


---

Original Source: https://www.mindstick.com/interview/1531/why-is-jquery-better-than-javascript

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
