Selecting Elements
Selecting by class name
$(".class-name")
Selecting by class name & combo class

Selecting an element inside of another element

Selecting by data attribute name & value

Selecting by html tag

Selecting multiple elements
Chaining selectors
.add() method
Last updated