You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="warning">Note: This method signature was removed in jQuery 1.9. jQuery also provides an animation method named .toggle() that toggles the visibility of elements.</div>
29
-
30
-
The [`.toggle()`](http://api.jquery.com/toggle-event/) method is triggered by the "click" event and accepts two or
31
-
more functions. Each time the click event occurs, the next function in the
32
-
list is called. Generally, `.toggle()` is used with just two functions;
33
-
however, it will accept an unlimited number of functions. Be careful, though:
34
-
providing a long list of functions can be difficult to debug.
0 commit comments