jQuery uses CSS selectors and XPath expressions to select elements?
False
True
Correct Answer : B
With jQuery, look at the following selector: $(“div”). What does it select?
Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements?
$.foo() is equivalent to..