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
<desc>Gets an array of all the elements and selectors matched against the current element up through the DOM tree.</desc>
151
152
<longdesc>
152
-
<p><strong>This signature (only!) is deprecated as of jQuery 1.7.</strong> This method is primarily meant to be used internally or by plugin authors.</p>
153
+
<p><strong>This signature (only!) is deprecated as of jQuery 1.7 and <em>removed</em> in jQuery 1.8</strong>. It was primarily meant to be used internally or by plugin authors.</p>
153
154
</longdesc>
154
-
<example>
155
-
<desc>Show how event delegation can be done with closest.</desc>
156
-
<code><![CDATA[
157
-
var close = $("li:first").closest(["ul", "body"]);
0 commit comments