Which method is used to remove CSS class to the selected elements?
Options:
Explanation:
The jQuery method
removeClass() is used to remove CSS class to the selected elements.
Tags:
jQuery
Answer:
Which method is used to remove CSS class to the selected elements removeClass().