]> source.dussan.org Git - jquery.git/commit
Selector: Implement the `uniqueSort` chainable method
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 28 Nov 2022 17:10:33 +0000 (18:10 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2022 17:10:33 +0000 (18:10 +0100)
commit5266f23cf49c9329bddce4d4af6cb5fbbd1e0383
treea0f3c1e54f130b28240b43e767ff859e935981c7
parent716130e094caf780100a39cfd4526adbd7673b12
Selector: Implement the `uniqueSort` chainable method

Some APIs, like `.prevAll()`, return elements in the reversed order, causing
confusing behavior when used with wrapping methods (see gh-5149 for more info)
 To provide an easy workaround, this commit implements a chainable `uniqueSort`
method on jQuery objects, an equivalent of `jQuery.uniqueSort`.

Fixes gh-5166
Closes gh-5168
src/selector/uniqueSort.js
test/unit/selector.js