Which jQuery method toggles between the fadeIn() and fadeOut() methods?
Options:
Explanation:
The jQuery
fadeToggle() method toggles between the
fadeIn() and
fadeOut() methods.
Tags:
jQuery
Answer:
Which jQuery method toggles between the fadeIn() and fadeOut() methods fadeToggle().