8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
jQuery
jQuery menu
jQuery Tutorial
DOM manipulation, events and AJAX with the library that still powers a huge share of the web.
Start the jQuery tutorial →
What you'll learn
1. jQuery Introduction
What jQuery is, why it existed, whether it is still relevant today, and how to install it.
2. Selectors & DOM Manipulation
CSS-style $() selectors, reading and writing content and attributes, and traversing the DOM.
3. Events
Binding events with .on(), event delegation for dynamic content, and common event types.
4. AJAX with jQuery
$.ajax(), $.get() and $.post(), handling JSON responses, and how they compare to native fetch().
5. Plugins & Extending jQuery
Writing a jQuery plugin with $.fn, chainability, handling multiple elements, and a complete character-counter example.
6. Migrating Away from jQuery
A side-by-side mapping of common jQuery patterns to their vanilla JavaScript and fetch() equivalents.
7. jQuery Interview Questions
Commonly asked jQuery interview questions with clear, practical answers.