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/get.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
</signature>
12
12
<desc>Retrieve one of the elements matched by the jQuery object.</desc>
13
13
<longdesc>
14
-
<p>The <code>.get()</code> method grants us access to the DOM nodes underlying each jQuery object. Consider a simple unordered list:</p>
14
+
<p>The <code>.get()</code> method grants access to the DOM nodes underlying each jQuery object. If the value of <code>index</code> is out of bounds — less than 0 or equal to or greater than the number of elements — it returns <code>undefined</code>. Consider a simple unordered list:</p>
0 commit comments