[jQuery] Re: Problem with jQuery in Firefox

2009-05-10 Thread MC Lueppers
before applying the rest of the function prevents the recursive loop. On 9 Май, 22:50, MC Lueppers wrote: > Hi Matt, > > thanks for the response, but actually this was already clear for > me ;). Most importantly I need a workaround for it. I already tried > the following too: >

[jQuery] Re: Problem with jQuery in Firefox

2009-05-09 Thread MC Lueppers
: > obj.find("input[name='plan_price']:radio").click(); //is creating the > recursive loop > > On May 8, 12:59 am, MC Lueppers wrote: > > > Hi, > > > I'm in a development phase of a file sharing portal and I have a > > problem with jQ

[jQuery] Problem with jQuery in Firefox

2009-05-08 Thread MC Lueppers
Hi, I'm in a development phase of a file sharing portal and I have a problem with jQuery on the following page: http://share.home.hive-net.net/pricing. In Firefox I get an error "too many recursion" when changing the plans. Can you please help me get rid of it? Thanks in advance, Martin