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 anywhere on the question EXCEPT THE
RADIO BUTTON, will dynamically check the radio button.  Clicking on
the radio button changes the choice class which indicates the jQuery
statement ran properly, but the radio button remains unchecked, while
any other radio button is not reset!

No JavaScript errors are indicated in FireBug.  This behavior suggests
that the browser may take the click of the radio button as a toggle
request, resetting the dynamic "check" attribute set by jQuery.  Could
be... but then wouldn't that reset other radio buttons in the same
"name" group?

Any ideas, corrections or coments appreciated.

Sam

Reply via email to