jQuery: Getting Started
Get started learning the very basics of jQuery.
Course info
Rating
Level
Beginner

Updated
Mar 22, 2021

Duration
1h 40m

Table of contents
Introduction
Introduction
1m
Course Preview
2m
Life Without jQuery
3m
Using jQuery
1m
Value of jQuery
1m
Developer Tools
1m
Course Repository
1m
Summary
0m
Anatomy of a jQuery Command
Introduction
1m
Hello World
3m
Thinking in Sets
5m
Working with Non-matches
1m
Getter and Setter Functions
3m
Summary
1m
Finding Parts of a Page
Introduction
0m
Introduction to Selectors
1m
Selectors in a Web Page
2m
CSS3 Selector Review
2m
Demo: CSS3 Selectors
5m
Demo: HTML Literals
2m
Demo: DOM Elements
3m
Demo: Find
3m
Demo: Parents
2m
Demo: Children
1m
Summary
0m
Adding Style and Effects with a Little Class
Introduction
0m
CSS Primer
3m
Demo: attr
1m
Demo: css
2m
Demo: addClass and removeClass
2m
Demo: show, hide, and toggle
2m
Demo: fade
2m
Summary
0m
When Events Happen
Introduction
0m
What Is an Event?
2m
Events on a Web Page
1m
Demo: document ready
3m
Demo: on and off
3m
Demo: one
1m
Demo: click
1m
Demo: blur
1m
Summary
0m
Chaining Makes It Easer
Introduction
0m
Demo: Verbose Code Without Chaining
2m
Demo: Basic Chaining
2m
Demo: Complex Chaining
3m
Demo: Single Match Chaining
1m
Summary
0m
Working with User Input
Introduction
1m
Demo: Textboxes and Textareas
1m
Demo: Date Picker
2m
Demo: Checkboxes
3m
Demo: Radio Buttons
3m
Summary
0m
The Big Picture
Description
Course info
Rating
Level
Beginner

Updated
Mar 22, 2021

Duration
1h 40m

Description
Get started with jQuery by learning the basics of a jQuery command. We will cover how to work with selectors, styles, forms, and events as well as finding out about a few coding tips to help you avoid some common pitfalls.
About the author