[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] 1.3b1 selectors with complex attribute values

2008-12-24 Thread Iraê
I have some complex values in markup that I use to traverse the DOM with $([attr=value]) but some complex values that work in 1.2.6 are not working in 1.3b1. I made a test case: http://irae.pro.br/jquerytests/1.2.6.html <-- works http://irae.pro.br/jquerytests/1.3b1.html <-- doesn

[jquery-dev] Re: .live() doesn't return the event to the function in 1.3b1

2008-12-24 Thread pbcomm
Happy Holidays John. On Dec 24, 2:06 pm, "John Resig" wrote: > That sounds like a bug to me - it should work like normal events. I'm > on vacation right now but I'll look into this when I get back. > > --John > > On Wed, Dec 24, 2008 at 1:59 PM, Iraê wrote: > > > Hi, > > > The tracker is down s

[jquery-dev] Re: .live() doesn't return the event to the function in 1.3b1

2008-12-24 Thread John Resig
That sounds like a bug to me - it should work like normal events. I'm on vacation right now but I'll look into this when I get back. --John On Wed, Dec 24, 2008 at 1:59 PM, Iraê wrote: > > Hi, > > The tracker is down so I can't find if this was already reported. > > I've been trying to port a

[jquery-dev] .live() doesn't return the event to the function in 1.3b1

2008-12-24 Thread Iraê
Hi, The tracker is down so I can't find if this was already reported. I've been trying to port a site that currently uses jQuery 1.2.6 + livequery to jQuery 1.3b1 using $('...').live(...) instead. The event is firing itself pretty good, but i can't cancel the propagation or the default behavior.

[jquery-dev] Re: Array of JQuery Objects

2008-12-24 Thread Monty
Mike, The DOM elements didn't exist before I created this array. That makes perfect sense now. I added the ObjectMap to the $(document).ready() calloback and problem solved. I appreciate your help. My apologies. I will remember to post such questions to the main jQuery mailings. Thank you agai

[jquery-dev] Re: Christmas

2008-12-24 Thread Diogo Baeder
Hey, Merry Christmas to you too, and to all you guys who not only make great things for the web dev community, but also are great people with huge hearts and infinite pacience! :-) Diogo Lukas Polak escreveu: > Hi everybody, > > I don't want you interrupt, but I don't know if you already not

[jquery-dev] Christmas

2008-12-24 Thread Lukas Polak
Hi everybody, I don't want you interrupt, but I don't know if you already notice that today is 24th December so at least today you shoold stop working and relax :) Merry Christmas to all of you :) elf from Slovakia --~--~-~--~~~---~--~~ You received this m

[jquery-dev] Re: Event delegation

2008-12-24 Thread Dan G. Switzer, II
Justin, > I listen for click instead of change. I check if it is on a SELECT > element. If it is, I check to see if its value has changed after each > click. I don't think using capture instead of bubbling will help. Just be aware that you're also need to then check for keypress as well--for

[jquery-dev] Re: Event delegation

2008-12-24 Thread Justin Meyer
Change in IE: I listen for click instead of change. I check if it is on a SELECT element. If it is, I check to see if its value has changed after each click. I don't think using capture instead of bubbling will help. Change in webkit Listen for change, but I think it is called even if someon