SitePoint
  • Premium
  • Library
  • Community
  • Jobs
  • Blog
LoginStart Free Trial
Work with the DOM with jQuery
What is jQuery?
Why Should You Learn and Use jQuery?
Downloading and including the jQuery Script File
Using jQuery from a Content Delivery Network (CDN)
The jQuery Ready Method
Quiz
Introduction to Selectors
Introduction to Basic jQuery Selectors: IDs and Classes
Selecting by Element Type and Attribute Value
Using Selection Filters: Basic Filters
Using Selection Filters: Child & Content Filters
Hierarchically Traversing the DOM
Quiz
Playing with Styles
Inserting Content
Playing with Classes
Slide Effects
Iterating Over Collections
Quiz
Introduction to Event Listeners
Mouse Events
Keyboard Events
Form Events
Best Practices
Quiz
Conclusion