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
The `.toggle()` method is triggered by the "click" event and accepts two or
28
+
<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
29
31
more functions. Each time the click event occurs, the next function in the
30
32
list is called. Generally, `.toggle()` is used with just two functions;
31
33
however, it will accept an unlimited number of functions. Be careful, though:
0 commit comments