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

Update get.xml #450

wants to merge 2 commits into from

Conversation

AurelioDeRosa
Copy link
Member

The get() method may return undefined.

The `get()` method may return `undefined`.
@@ -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 us access to the DOM nodes underlying each jQuery object. If the value of <code>index</code> is out of bounds, that is less than 0, or equal to or greater than the number of elements, it returns <code>undefined</code>. Consider a simple unordered list:</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @AurelioDeRosa. Could you change this:

… out of bounds, that is less than 0, or equal to or greater than the number of elements, it returns …

to this?

… out of bounds — less than 0 or equal to or greater than the number of elements — it returns …

Also, if you wouldn't mind removing "us" from "grants us access," that would be great.

@AurelioDeRosa
Copy link
Member Author

Hi @kswedberg . I've added another commit based on your suggestion. Thank you.

@kswedberg
Copy link
Member

Closed by 356fbe9

@kswedberg kswedberg closed this Feb 26, 2014
@AurelioDeRosa AurelioDeRosa deleted the patch-7 branch February 26, 2014 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants