[jQuery] Re: Radio button .click() difficulty

2007-05-22 Thread SamCKayak
I'm past this problem which is why the test page is down. I found the fix by trial and error... which was: the return codes in an event handler were resetting the selected radio button to the initial state before the click event. I think I'm doing a "return false" to preserve the jQuery-selecte

[jQuery] Re: Radio button .click() difficulty

2007-05-20 Thread Brandon Aaron
I'm getting a 404 on your test page. -- Brandon Aaron On 5/18/07, SamCKayak <[EMAIL PROTECTED]> wrote: Here's a prototype of a quiz form... http://trainthetrainers.net/test.htm I've run into a problem with the .check() function with radio buttons... On all the quiz choices, clicking anywh

[jQuery] Re: Radio button .click() difficulty

2007-05-20 Thread Jean Nascimento
Your test page is off put your code here please, only jquery code ;D On 5/18/07, SamCKayak <[EMAIL PROTECTED]> wrote: Here's a prototype of a quiz form... http://trainthetrainers.net/test.htm I've run into a problem with the .check() function with radio buttons... On all the quiz choices,