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
Copy file name to clipboardExpand all lines: entries/closest.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@
55
55
<td>Travels up the DOM tree to the document's root element, adding each ancestor element to a temporary collection; it then filters that collection based on a selector if one is supplied </td>
56
56
</tr>
57
57
<tr>
58
-
<td>The returned jQuery object contains zero or one element for each element in the original set</td>
59
-
<td>The returned jQuery object contains zero or more elements for each element in the original set</td>
58
+
<td>The returned jQuery object contains zero or one element for each element in the original set, in document order</td>
59
+
<td>The returned jQuery object contains zero or more elements for each element in the original set, in reverse document order</td>
0 commit comments