[jquery-dev] Re: Help Test jQuery 1.3 Beta 1

2008-12-24 Thread Ariel Flesler
@Mike and Weepy I'll make sure it goes into the next release. I'm swamped with work but hope to be ok soon. Same goes for the big modifications to the queuing system. Thanks :) -- Ariel Flesler http://flesler.blogspot.com/ On Dec 22, 5:17 pm, "mike.helgeson" wrote: > Nice work as always, I ju

[jquery-dev] Re: Help Test jQuery 1.3 Beta 1

2008-12-23 Thread Alexandre Plennevaux
i've been working on this project for like 2 years now, it's grown so huge and i've learned so much in the process, that i could probably just start it all over again, so much of this code is outdated. Thanks for the pointer :) On Tue, Dec 23, 2008 at 8:04 AM, Kelvin Luck wrote: > >>> >>> functi

[jquery-dev] Re: Help Test jQuery 1.3 Beta 1

2008-12-22 Thread Kelvin Luck
>> >> function switchStylesheet(styleName) >> { >>// STYLESHEET SWITCHER >>$('link[rel*=styl...@title]').each(function(i) >>{ >>this.disabled = true; >>if (this.getAttribute('title') == styleName) >>{ >>this.disabled = false; >>} >>}); >>

[jquery-dev] Re: Help Test jQuery 1.3 Beta 1

2008-12-22 Thread John Resig
> @john & the team: congratulation on your hard work. > > i just threw the beta instead of the 1.2.6 and it seems i'm > rediscovering my interface: much snappier effects, more fluid > animations. > > I found 2 bugs related to selectors. the bug tracker seems to be down, > so here they are, sorry i

[jquery-dev] Re: Help Test jQuery 1.3 Beta 1

2008-12-22 Thread pixeline
@john & the team: congratulation on your hard work. i just threw the beta instead of the 1.2.6 and it seems i'm rediscovering my interface: much snappier effects, more fluid animations. I found 2 bugs related to selectors. the bug tracker seems to be down, so here they are, sorry if that's incon

[jquery-dev] Re: Help Test jQuery 1.3 Beta 1

2008-12-22 Thread weepy
> Nice work as always, I just wish Ariel's new event class made it into > this beta. Will it be in later versions ? On 22 Dec, 19:17, "mike.helgeson" wrote: > Nice work as always, I just wish Ariel's new event class made it into > this beta. > > On Dec 22, 12:49 pm, "John Resig" wrote: > > >

[jquery-dev] Re: Help Test jQuery 1.3 Beta 1

2008-12-22 Thread Eric Martin
John & team - awesome work! The jQuery Bug Tracker is down, so I thought I'd post and issue I found with the attribute selectors. I have the following input element: Using a standard selector, I need to escape the ":" and the "." : $("#new\\:-CA_06055_NAPA_200811\\.txt") The above works in bo

[jquery-dev] Re: Help Test jQuery 1.3 Beta 1

2008-12-22 Thread mike.helgeson
Nice work as always, I just wish Ariel's new event class made it into this beta. On Dec 22, 12:49 pm, "John Resig" wrote: > Hi Everyone - > > The jQuery dev team just got jQuery 1.3 Beta 1 out the door. Help us > test this release and make sure it goes nice and > smoothly!http://blog.jquery.com