Response title
This is preview!
Because:eq()
is a jQuery extension and not part of the CSS specification, queries using:eq()
cannot take advantage of the performance boost provided by the native DOMquerySelectorAll()
method. For better performance in modern browsers, use$("your-pure-css-selector").eq(index)
instead.
© 2013 jQuery Foundation
Sponsored by and others.