With jQuery, look at the following selector: $(“div”). What does it select?
All div elements
The first div element
Correct Answer : B
Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements?
$.foo() is equivalent to..
The jQuery library contains the following features