Can we add more than one CSS classes to the selected elements using the addClass() method?
Options:
Explanation:
Yes, we can add more than one CSS classes to the selected elements using the
addClass() method.
Tags:
jQuery
Answer:
Can we add more than one CSS classes to the selected elements using the addClass() method Yes.