meantime, is there any possibility to add le() and ge() (for lesser than or equal to and greater than or equal to). I am under the assumption it is not already there.
-GTG On 8/3/07, John Resig <[EMAIL PROTECTED]> wrote: > > > Huh... I should probably nuke :nth(). > > --John > > On 8/3/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > 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 > > > > >