]> source.dussan.org Git - jquery.git/commit
Selector: Bring back querySelectorAll shortcut usage
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 9 Aug 2019 10:42:05 +0000 (12:42 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2019 10:42:05 +0000 (12:42 +0200)
commitcef4b73179b8d2a38cfd5e0730111cc80518311a
tree7e11e306a25ad3d42fd003535e3a45cc53996a08
parent47835965bd100a3661d8299d8b769ceeb8b6ce48
Selector: Bring back querySelectorAll shortcut usage

Due to a faulty IE 8 workaround removal, the fast path qSA mode was skipped
when jQuery's find was called on an element node - i.e. in most cases. 😱

Ref gh-4395
Closes gh-4452
src/selector.js