It says on here (http://api.jquery.com/first-selector) that
” To achieve the best performance when using :first to select elements, first select the elements using a pure CSS selector, then use .filter(“:first”) “
Can someone pls give an example of this?
or:
or:
More efficient than:
This is the case with other jQuery selectors like
:hasversushasmethod.