[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 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,

  -- Scott


[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 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 a full set of release notes to go with the
final release of 1.3. Just want to make sure that it's relatively
bug-free, first!

--John


[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 cang...@gmail.com wrote:

 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 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 changes between b2 and rc4 that would have a
significant effect on tabs or anything that would effect the
functionality of older plug ins like jCarousel or Galleria might not
like?


[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 changes between b2 and rc4 that would have a
significant effect on tabs or anything that older plug-ins like
jCarousel or Galleria might not like?


[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 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 problem was somewhere in the
 validate plug-in, I'm still working on this and not exactly sure what
 happened... but, all is well.
 
 

-- 
View this message in context: 
http://www.nabble.com/jQuery-1.3rc1-Ready-tp21407312s27240p21409772.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.