Skip to content

Update get.xml #450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entries/get.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</signature>
<desc>Retrieve one of the elements matched by the jQuery object.</desc>
<longdesc>
<p>The <code>.get()</code> method grants us access to the DOM nodes underlying each jQuery object. Consider a simple unordered list:</p>
<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>
<pre><code>
&lt;ul&gt;
&lt;li id="foo"&gt;foo&lt;/li&gt;
Expand Down