What is the use of jQuery method toggle()?
Options:
Explanation:
The
toggle() method is used to hide the shown elements and to show the hidden elements.
Tags:
jQuery
Answer:
What is the use of jQuery method toggle() To hide shown elements and to show hidden elements.