Side navigation
#8382 closed bug (fixed)
Opened February 25, 2011 02:39PM UTC
Closed February 26, 2011 05:01AM UTC
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/
Attachments (0)
Change History (2)
Changed February 25, 2011 03:52PM UTC by comment:1
component: | unfiled → selector |
---|---|
keywords: | → needsdocs |
priority: | undecided → low |
status: | new → open |
Changed February 26, 2011 05:01AM UTC by comment:2
keywords: | needsdocs |
---|---|
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.
Thanks for giving us the heads up regarding this. Adding needsdocs.