Selectors

Before we can do anything in JQuery, we have to be able to find the element we want to edit. JQuery uses css-style selectors, it also provides its own unique ones, such as :first. There are your basic selectors such as by id or by element, then we can find thinngs by hierarchy, such as parent - child, and then we can filter our selectors to be even more precise in our search.

tutorial

Basic Selectors

tutorial

tutorial

tutorial

NEXT LESSON