Skip to main content

Bug Tracker

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 addyosmani comment:1

component: unfiledselector
keywords: → needsdocs
priority: undecidedlow
status: newopen

Thanks for giving us the heads up regarding this. Adding needsdocs.

Changed February 26, 2011 05:01AM UTC by addyosmani comment:2

keywords: needsdocs
resolution: → fixed
status: openclosed

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.