- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Which is the best tutorial site to learn jQuery?
jQuery is a fast and concise JavaScript Library created by a John Resig in 2006 with a nice motto − Write less, do more.
jQuery simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
Here is the list of important core features supported by jQuery:
- DOM manipulation − jQuery made it easy to select a DOM elements, traverse them and modifying their content by using a cross-browser open source selector engine called as Sizzle.
- Event handling − The jQuery offers an elegant way to capture a wide variety of events, such as a user clicking on a link, without the need to clutter the HTML code itself with event handlers.
- AJAX Support − The jQuery helps you a lot to develop a responsive and feature-rich site using AJAX technology.
- Animations − The jQuery comes with plenty of built-in animation effects which you can use in your websites.
- Lightweight − The jQuery is very lightweight library - about 19KB in size ( Minified and gzipped ).
- Cross Browser Support − The jQuery has cross-browser support, and works well in IE 6.0+, FF 2.0+, Safari 3.0+, Chrome and Opera 9.0+
- Latest Technology − The jQuery supports CSS3 selectors and basic XPath syntax.
To learn jQuery, refer jQuery tutorial. It explains the below given jQuery concepts perfectly:
- jQuery Selectors
- Attributes
- Traversing
- CSS
- DOM
- Events
- jQuery AJAX
- Effects
- Related Articles
- Which is the best tutorial site to learn JavaScript?
- Which is the best tutorial site to learn HTML?
- Which is the Best Place to Learn Salesforce Training?
- Which is the best site for Java interview questions?
- Which is the Best Class to Learn About Digital Marketing?
- Which is the Best Website to Learn About Digital Marketing?
- Which is the best tool to debug JavaScript/jQuery code?
- What is the best site to invest money in stock market?
- What is the best way to learn Vanilla JavaScript?
- Which is the best site to buy back-covers, flip-covers, and screen guards for mobile phones?
- What is the best way to learn Python and Django?
- Best Online Sources To Learn JavaScript
- What are the best books to learn about Blockchain?
- What are the Best Free Resources to Learn Java?
- Salesforce Testing Tutorial (What, Process, Best Practices,Tools)

Advertisements