[jQuery] Re: $('.someclass[initialized!=1]') fails in 1.3; works in 1.2 (if elements don't have initialized attr)

2009-01-23 Thread Soulcatcher
Yep, i noticed this yesterday. Thanks! On Jan 22, 7:49 pm, John Resig wrote: > This was fixed in 1.3.1. > > --John > > > > On Thu, Jan 22, 2009 at 4:42 PM,Soulcatcher wrote: > > > Say i have several elements with class='someclass' and they DON'

[jQuery] $('.someclass[initialized!=1]') fails in 1.3; works in 1.2 (if elements don't have initialized attr)

2009-01-22 Thread Soulcatcher
Say i have several elements with class='someclass' and they DON'T have attribute 'initialized' initially. When i do $('.someclass[initialized!=1]') in 1.2.6, i get the list of all those elements. In 1.3, i get an empty list. I traced it to line 1986 in jquery 1.3 (Revision 6104) that will return