Skip to content

Commit 257173c

Browse files
committed
Mark .toggle() event as deprecated in 1.8
1 parent 0c61970 commit 257173c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entries/toggle-event.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0"?>
22
<entry type="method" name="toggle" return="jQuery">
33
<title>.toggle()</title>
4+
<deprecated>1.8</deprecated>
45
<desc>Bind two or more handlers to the matched elements, to be executed on alternate clicks.</desc>
56
<signature>
67
<added>1.0</added>
@@ -85,4 +86,4 @@
8586
</example>
8687
<category slug="events/mouse-events"/>
8788
<category slug="version/1.0"/>
88-
</entry>
89+
</entry>

0 commit comments

Comments
 (0)