Opened 13 years ago
Closed 12 years ago
#6497 closed enhancement (worksforme)
.first() and .last() methods do not work if .children() returns only 1 child node.
Reported by: | tubalmartin | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | traversing | Version: | 1.4.2 |
Keywords: | children, first, last | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
If the method .children() returns just one child node .first() and .last() methods will not return the only child node its parent node has, instead they both will throw an error.
IMHO if just one child node is returned by .children(), both methods should return the only child node its parent has.
Excellent work by the way guys, jQuery rocks!!!
Attachments (1)
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Changed 12 years ago by
Attachment: | test-6497.html added |
---|
Note: See
TracTickets for help on using
tickets.
I tried to create a test case from your verbal description and it seems to work for me. It's *always* best to attach a test case and note which browsers you've tried.