That is a very good question, I tried doing a quick search on it and nothing. When you think about it, you think it would make it faster because you are saying use :first, so it would stop there, therefore making the selection faster, because you are telling it which element to use.
Sounds like it makes sense, maybe someone else has a more factual answer. Ryan On Apr 7, 10:07 am, deer421 <[EMAIL PROTECTED]> wrote: > Does :first make the selection faster? In other words, does it stop > the selection after the first item is found or it filters only after > all selections are found?