Toggle() method in jQuery

The toggle() method in jQuery is used to -

toggle between the hide() and show() methods
toggle between the fadeIn() and fadeOut() methods
toggle between the slideUp() and slideDown() methods
None of the above

1 Like

the ans is toggle between the hide() and show methods

1 Like

option 1 is the answer

toggle between the hide() and show() methods