[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-11 Thread John Resig
> Not yet, looks like you missed the actual fix for #3796 :) > > This is the end of the current POS regex: > (?:[^-]|$) > > The problem is that it matches then removes ":odd:" > from ":odd:first". Inserting a colon next to the hyphen would solve > this. Actually, just turned the last part into a

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-11 Thread Balazs Endresz
Not yet, looks like you missed the actual fix for #3796 :) This is the end of the current POS regex: (?:[^-]|$) The problem is that it matches then removes ":odd:" from ":odd:first". Inserting a colon next to the hyphen would solve this. --- Also, there's a small fix in #3778 and another bit h

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-10 Thread John Resig
This issue should be resolved now. --John On Tue, Jan 6, 2009 at 1:33 PM, Balazs Endresz wrote: > > Regarding the other one, $('li').not(':odd:first'): > http://dev.jquery.com/ticket/3796 > > On Jan 6, 7:07 pm, "John Resig" wrote: >> Thanks for the links guys, I've added them to my todo list

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-06 Thread Balazs Endresz
Regarding the other one, $('li').not(':odd:first'): http://dev.jquery.com/ticket/3796 On Jan 6, 7:07 pm, "John Resig" wrote: > Thanks for the links guys, I've added them to my todo list. > > --John > > On Tue, Jan 6, 2009 at 12:07 PM, Balazs Endresz > > wrote: > > > Hi, here are the links corre

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-06 Thread John Resig
Thanks for the links guys, I've added them to my todo list. --John On Tue, Jan 6, 2009 at 12:07 PM, Balazs Endresz wrote: > > Hi, here are the links correctly: > http://13beta.learningjquery.com/126.html > http://13beta.learningjquery.com/13b2.html > > The last-child issue looks like easy to

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-06 Thread Karl Swedberg
Thanks, Balazs! And sorry for the local virtualhost links. Yikes! --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 6, 2009, at 12:07 PM, Balazs Endresz wrote: > > Hi, here are the links correctly: > http://13beta.learningjquery.com/126.html > http://13beta

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-06 Thread Balazs Endresz
Hi, here are the links correctly: http://13beta.learningjquery.com/126.html http://13beta.learningjquery.com/13b2.html The last-child issue looks like easy to fix: http://dev.jquery.com/ticket/3793 I have no idea about the other one :) On Jan 6, 2:28 pm, Karl Swedberg wrote: > Hi John, et. al.