Learnmonkey Learnmonkey Logo
× Warning:

The tutorial you are reading is currently a work in-progress.

Introduction to jQuery

What is jQuery?

jQuery is a JavaScript "write less do more" library designed to simplify JavaScript coding through simple methods and HTML DOM manipulation, event handling, CSS animations, and handling AJAX requests.

jQuery Logo

History

jQuery was created in 2006 by John Resig as an easy way to write JavaScript code without all the complex methods you need to use.

Why use jQuery?

jQuery is, by far, the most popular library with websites using it more often than React, Angular, and Vue COMBINED! Some developers do argue that jQuery is dying in popularity but, in fact, more and more websites daily get created using jQuery and if jQuery was to be deleted from the programming world, then TONS of websites would fail to work.

Prerequisites