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?