Course Content
Introduction - Why use jQuery?
- Referencing a jQuery Script
- Using Content Delivery Networks
- Using the jQuery Ready Function
- Getting to Know the jQuery Documentation
Using jQuery Selectors
- What are Selectors?
- Selecting Nodes by Tag Name
- Selecting Nodes by ID
- Selecting Nodes by Class Name
- Selecting Nodes by Attribute Value
- Selecting Input Nodes
- Additional Selector Features
Interacting with the DOM
- Introduction
- Iterating Through Nodes
- Modifying Properties and AttributesAdding and Removing Nodes
- Modifying Styles
- Modifying Classes
Handling Events (Overview)
- Introduction
- jQuery Event Model Benefits
- Handling Events
- Binding to Events
- live() and delegate()
- Handling Hover Events
Working with Ajax Features (Overview)
- jQuery Ajax Functions
- Loading HTML Content from the Server
- Making GET Requests Making POST Requests
- Introduction to the ajax() Function