Time for a little profiling! Given that the page is blank except for ten <span> cached into a variable named spans and 10,000 iterations, I get 824ms for spans.filter(':gt(0)') and 1276ms for spans.not(':first') .
Figure achieved using console.time() and console.timeEnd() in Firefox 11.
Given that I needed to do 10k iterations to hit the 1 second mark. Id tells you that it doesn't matter?
Robin whittleton
source share