search for: test_yes

Displaying 1 result from an estimated 1 matches for "test_yes".

Did you mean: test_res
2008 May 16
3
radio button observe field only triggers once
...ger once but then nothing after that. I have multiple fields in a form that i need to know if one of them changes and which spedific field. Below is an example of two foelds i tested and they trigger once with the alert but then nothing after that. I also tried individual observers for each field test_yes and test_no but with the same issue. <%= radio_button_tag ''test'', "yes" %> <%= radio_button_tag ''test'', "no" %> <%= observe_field(''test'', :on => ''click'',...