Ah, thanks for that.  I'll check the code next time.
Matt
________________________________________
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Karl Swedberg
Sent: Friday, August 03, 2007 2:18 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: :eq vs :nth?

They're the same, so you can use whichever you prefer.

>From jquery.js:

            nth: "m[3]-0==i",
            eq: "m[3]-0==i",




--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Aug 3, 2007, at 4:51 PM, Matt Penner wrote:


I've searched the groups but I can't seem to find any related talk on this.

What, if any, is the difference between using :eq(n) and :nth(n)?

I'd like to know before I start standardizing on one or the other.

Thanks,
Matt Penner

Reply via email to