[jQuery] Re: jQuery 1.3rc1 Ready

2009-01-12 Thread Nikola
Thanks for the info duck, I thought it was something along those lines... good to know.

[jQuery] Re: jQuery 1.3rc1 Ready

2009-01-11 Thread duck!
You mentioned the validate plugin: last I looked it was still using xpath style '@' for attribute selectors ( e.g. $(inp...@name=some]), which has been removed from 1.3 in favour of plain [name=some]. Could be your problem? jQuery.Nikola wrote: > > > Well, that was really strange. The prob

[jQuery] Re: jQuery 1.3rc1 Ready

2009-01-11 Thread Nikola
Well, that was really strange. The problem was somewhere in the validate plug-in, I'm still working on this and not exactly sure what happened... but, all is well.

[jQuery] Re: jQuery 1.3rc1 Ready

2009-01-11 Thread Nikola
I was using 1.3b2 with UI1.6rc4 on one particular project I'm working on. I threw 1.3rc1 in to try it out and for some reason my tabs are all over the place. It will really take me some time to put a minimal case together but I'll try to narrow this down a bit tomorrow. Are there any particular

[jQuery] Re: jQuery 1.3rc1 Ready

2009-01-11 Thread Nikola
I was using 1.3b2 with UI1.6rc4 on one particular project I'm working on. I threw 1.3rc1 in to try it out and for some reason my tabs are all over the place. It will really take me some time to put a minimal case together but I'll try to narrow this down a bit tomorrow. Are there any particular

[jQuery] Re: jQuery 1.3rc1 Ready

2009-01-11 Thread John Resig
Do you have an example? It's kind of hard to figure out what's going wrong with only a line to look at. --John On Sun, Jan 11, 2009 at 11:07 PM, Canglan wrote: > > Kudos! > > John, the RC1's new selector is causing problems with some of my > existing code base, I've submitted a ticket: > > ht

[jQuery] Re: jQuery 1.3rc1 Ready

2009-01-11 Thread John Resig
>> jQuery 1.3rc1 is ready. This means that 1.3 is effectively finished >> barring a horrible bug between now and the final release on Wednesday > > That's great news. For those of us who haven't been following recent > development, are there any release notes available? Nope - but there will be

[jQuery] Re: jQuery 1.3rc1 Ready

2009-01-11 Thread Canglan
Kudos! John, the RC1's new selector is causing problems with some of my existing code base, I've submitted a ticket: http://dev.jquery.com/ticket/3826 Thanks!

[jQuery] Re: jQuery 1.3rc1 Ready

2009-01-11 Thread Scott Sauyet
John Resig wrote: jQuery 1.3rc1 is ready. This means that 1.3 is effectively finished barring a horrible bug between now and the final release on Wednesday That's great news. For those of us who haven't been following recent development, are there any release notes available? Cheers, --