jQuery 3: Getting Started
Get started learning the very basics of jQuery.
What you'll learn
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.
Table of contents
Introduction
10mins
Anatomy of a jQuery Command
14mins
Finding Parts of a Page
20mins
Adding Style and Effects with a Little Class
12mins
When Events Happen
11mins
Chaining Makes It Easer
8mins
Working with User Input
10mins