How to get nth jQuery element

Posted by Sam Lee on Stack Overflow See other posts from Stack Overflow or by Sam Lee
Published on 2009-09-18T06:53:42Z Indexed on 2010/05/13 6:04 UTC
Read the original article Hit count: 284

Filed under:

In jQuery, $("...").get(3) returns the 3rd DOM element. What is the function to return the 3rd jQuery element?

© Stack Overflow or respective owner

Related posts about jQuery