Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements?
switchClass()
switch()
toggleClass()
None of the above
Correct Answer : A
$.foo() is equivalent to..
The jQuery library contains the following features
jQuery method to hide selected elements?