[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-19 Thread lideln
Hi, Yes, I saw that on the jQuery plugins page. Now everything works fine, it's great !! Thanks a lot everybody, Karl Swedberg-2 wrote: > > Jörn has update the Validate plugin to be compliant with jQuery 1.3. > Please see the new download at http://plugins.jquery.com/project/validate > >

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-19 Thread Karl Swedberg
Jörn has update the Validate plugin to be compliant with jQuery 1.3. Please see the new download at http://plugins.jquery.com/project/validate --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 19, 2009, at 2:30 PM, lideln wrote: I found the issue !!

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-19 Thread lideln
I found the issue !! It was caused by the plugin "Validate". (maybe that plugin was redefining selectors ?) I'll try to see if there is an update. Thanks a lot, lideln wrote: > > Oh, nice ! > > Ok I'll wait for the 1.3.1 ! > But I'll check my XHTML anyway. Thanks again Ricardo. > > > >

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-19 Thread lideln
Oh, nice ! Ok I'll wait for the 1.3.1 ! But I'll check my XHTML anyway. Thanks again Ricardo. ricardobeat wrote: > > > Yeah, it's probably your HTML, the test I made was using jQuery 1.3. > > But 1.3 has a few selector bugs, 1.3.1 should be out this week, give > it a try. > > - ricardo >

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-18 Thread Ricardo Tomasi
Yeah, it's probably your HTML, the test I made was using jQuery 1.3. But 1.3 has a few selector bugs, 1.3.1 should be out this week, give it a try. - ricardo On Jan 19, 1:04 am, lideln wrote: > Hi, thanks for the fast answer ! > > My menu bar does not work, and the basic example I gave you doe

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-18 Thread lideln
Hi, thanks for the fast answer ! My menu bar does not work, and the basic example I gave you doesn't work either with jQuery 1.3, but they both work fine with jQuery 1.2.6. You think it's because my XHTML is invalid ? I think it will be hard to debug... I can't imagine why another script is me

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-18 Thread Ricardo Tomasi
There is certainly something else, maybe bad mark-up or another script messing with jQuery. It's working fine as you can see at http://jsbin.com/ojito/ On Jan 18, 11:59 pm, lideln wrote: > Hi all, > > I'm using jQuery 1.3, and I'm having troubles with the ">" selector : it > only returns ONE ele