Which method is used to remove CSS class to the selected elements?

78. Which method is used to remove CSS class to the selected elements?

  1. removeCSS()
  2. removeClass()
  3. removeClasseses()
  4. RemoveClass()

Answer: B) removeClass()

Explanation:

The jQuery method removeClass() is used to remove CSS class to the selected elements.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.