I\'m not sure whether to use :first or :eq(0) in a selector. I\'m pretty sure that they\'ll always return the same object, but is one speedier than the other?
I\'m
Yes they are equivalent.
No they aren't likely to be significantly different (anything else is micro-optimization).