Use eq(n). It does the same thing as get(n) but doesn't break the jQuery chain.
-blair Matthew Delmarter wrote: > Hi all, > > I am trying to get to the nth item in an array of results - while still > being able to use jQuery on the object. > > I am quite familiar with using get(n) - which returns the DOM object. I want > the equivalent for jQuery. > > Any tips much appreciated - getting lost in the docs here and I am sure > there must be an easy way to do this? > > Does this all make sense? > > ___________________________________________ > Matthew Delmarter > > > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
