:nth() and :first are jQuery-only selectors and fail when used with querySelector/querySelectorAll.
:nth()
:first
querySelector
querySelectorAll
GitHub