Displaying 1 result from an estimated 1 matches for "select_gend".
Did you mean:
select_cond
2007 Sep 17
1
observe_field and :function
Hi,
I m using the observe_field helper with the :function attribute.
If I do the following everything it works without any issue:
<%= observe_field ''select_gender'', {:function => "(value == ''2'') ?
$(''record_ohrmarke'').value = ''a boy'':
$(''record_ohrmarke'').value = ''a girl'';"} %>
I would like to perform a more complicated proc...