Displaying 1 result from an estimated 1 matches for "903f3c9a".
2006 Jan 18
1
Observing radio buttons
I''m having some problems with observe_field on some radio buttons. seems
to be calling my action on change rather than on click (i.e. when i
click on one button the previously selected button''s action gets called
without a value, then the newly clicked button''s action gets called with
it value) I tried the :on => ''click'' option to no avail.
Any