Which of the following is correct?
jQuery is a JSON Library
jQuery is a JavaScript Library
Correct Answer : A
jQuery uses CSS selectors and XPath expressions to select elements?
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?