Useful Links
Computer Science
Web Development
Frontend Frameworks and Libraries
jQuery JavaScript Library
1. Introduction to jQuery
2. Core Concepts
3. Selecting Elements
4. DOM Manipulation
5. DOM Traversal
6. Event Handling
7. Effects and Animations
8. AJAX (Asynchronous JavaScript and XML)
9. Advanced Topics
10. jQuery UI
Core Concepts
The jQuery Object
The `$` Alias
Usage and Scope
Avoiding Conflicts with Other Libraries
Understanding the Wrapper Set
Array-like Structure
Working with Collections of Elements
Implicit Iteration
Applying Methods to All Matched Elements
Differences from Native JavaScript
Method Chaining
Concept and Benefits
Fluent Interface
Reducing Code Redundancy
Syntax of Chaining
Breaking Chains with `.end()`
Use Cases and Examples
Stack Management
Understanding the jQuery Stack
`.addBack()` Method
Previous
1. Introduction to jQuery
Go to top
Next
3. Selecting Elements