Which jQuery method toggles between the fadeIn() and fadeOut() methods?

43. Which jQuery method toggles between the fadeIn() and fadeOut() methods?

  1. toggle()
  2. Toggle()
  3. fadeToggle()
  4. fadetoggle()

Answer: C) fadeToggle()

Explanation:

The jQuery fadeToggle() method toggles between the fadeIn() and fadeOut() methods.

Comments and Discussions!

Load comments ↻






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