Y
Hacker News
new
|
ask
|
show
|
jobs
by
aviraldg
4525 days ago
jQuery might use querySelectorAll for its selector, but also looks for basic patterns and optimizes them by using things like getElementBy* eg. $("#test") will use getElementById behind the scenes, not querySelectorAll.