[jquery-dev] Re: $("div div:eq(n)") vs $("div div").eq(n)

2009-05-10 Thread Jeffery To
Done: http://dev.jquery.com/ticket/4641 On May 9, 10:03 pm, John Resig wrote: > Hmm, yeah, I think that's probably a bug, as it stands. Could you file a > ticket? > > --John > > On Thu, May 7, 2009 at 11:34 PM, Jeffery To wrote: > > > Hi, > > > Going through the test suite (with jQuery 1.3.2),

[jquery-dev] Re: $("div div:eq(n)") vs $("div div").eq(n)

2009-05-09 Thread John Resig
Hmm, yeah, I think that's probably a bug, as it stands. Could you file a ticket? --John On Thu, May 7, 2009 at 11:34 PM, Jeffery To wrote: > > Hi, > > Going through the test suite (with jQuery 1.3.2), I noticed that there > is a selector test for "div div:eq(27)". Trying the query in Firebug >