diff --git a/entries/get.xml b/entries/get.xml index 5698760d..64272cf4 100644 --- a/entries/get.xml +++ b/entries/get.xml @@ -11,7 +11,7 @@ Retrieve one of the elements matched by the jQuery object. -

The .get() method grants access to the DOM nodes underlying each jQuery object. If the value of index is out of bounds — less than 0 or equal to or greater than the number of elements — it returns undefined. Consider a simple unordered list:

+

The .get() method grants access to the DOM nodes underlying each jQuery object. If the value of index is out of bounds — less than the negative number of elements or equal to or greater than the number of elements — it returns undefined. Consider a simple unordered list:


 <ul>
   <li id="foo">foo</li>