[jQuery] Re: “too much recursion” error in JQuer y 1.3.2

2009-03-13 Thread Elias
Sorry about this. It is not a bug. I just didn't fully understand the new event bubbling behavior. You can see the solution to this problem in case anyone may find it helpful: http://stackoverflow.com/questions/639862/too-much-recursion-error-in-jquery-1-3-2

[jQuery] Re: “too much recursion” error in JQuer y 1.3.2

2009-03-12 Thread James
It doesn't look like a bug. You code is essentially asking for recursive onclick event calls. Maybe you're trying to do something like: $(this).children("input:radio").attr('selected', 'selected'); On Mar 12, 8:24 am, Elias wrote: > I am trying to make a form with some dynamic behavior. Specifi