Opened 12 years ago
Closed 12 years ago
#8382 closed bug (fixed)
prevAll and prevUntil reverse order is not documented
Reported by: | checat | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | selector | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In #6178 and #5994 it is noted that order of elements returned by parents(), prevAll(), prevUntil() is intentionally reverse to document order
Currently it is documented in http://api.jquery.com/parents/ , but not documented in http://api.jquery.com/prevAll/ and http://api.jquery.com/prevUntil/
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Keywords: | needsdocs added |
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 12 years ago by
Keywords: | needsdocs removed |
---|---|
Resolution: | → fixed |
Status: | open → closed |
I've updated the prevAll() and prevUntil() documentation to reflect the correct order returned and Karl's further clarified it so they should be good to go now.
Note: See
TracTickets for help on using
tickets.
Thanks for giving us the heads up regarding this. Adding needsdocs.