Displaying 1 result from an estimated 1 matches for "this_appt".
2009 Feb 17
1
How to show div with radio button onclick
I am trying to get a div to show when a radio button is clicked but
the problem is that the div is dynamically named. I am using the
normal html for a radio button:
<input type="radio" name="edit_option" checked="checked"
value="this_appt">
Because observe field does not work well with radio buttons. I have
tried adding an onclick with the div id:
<input type="radio" name="edit_option" checked="checked"
value="this_appt" onclick =
"$(''edit_appt_frequency_#{@appt_to_...