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