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/prev.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<desc>A string containing a selector expression to match elements against.</desc>
8
8
</argument>
9
9
</signature>
10
-
<desc>Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.</desc>
10
+
<desc>Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.</desc>
11
11
<longdesc>
12
12
<p>Given a jQuery object that represents a set of DOM elements, the <code>.prev()</code> method searches for the predecessor of each of these elements in the DOM tree and constructs a new jQuery object from the matching elements.</p>
13
13
<p>The method optionally accepts a selector expression of the same type that can be passed to the <code>$()</code> function. If the selector is supplied, the preceding element will be filtered by testing whether it match the selector.</p>
0 commit comments