jQuery Tutorial plus Question:

Why is jQuery better than JavaScript?

Tweet Share WhatsApp

Answer:

* 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.

Download jQuery PDF Read All 91 jQuery Questions
Previous QuestionNext Question
Explain the concepts of "$ function" in jQuery with an example?Explain how jQuery Works?