diff --git a/entries/get.xml b/entries/get.xml index 59457611..5698760d 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 us access to the DOM nodes underlying each jQuery object. 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 0 or equal to or greater than the number of elements — it returns undefined. Consider a simple unordered list:


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