Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: