- Notifications
You must be signed in to change notification settings - Fork20.6k
Closed
Description
Description
Some APIs, like.prevAll()
, return elements in the reversed order, causing confusing behavior when used with wrapping methods (seegh-5149 for more info). To provide an easy workaround, we need to implement a chainableuniqueSort
method on jQuery objects, an equivalent ofjQuery.uniqueSort
.
Link to test case
Seegh-5149 for more details