Displaying 1 result from an estimated 1 matches for "setbirthmmdd".
2009 Sep 02
8
select_month helper
...onth and select_day helper has been my latest waste of
time. All I''m trying to do is add a javascript onchange call and I
can''t get it to show up.
Given:
select_month(date, options = {}, html_options = {})
I have:
select_month(0,:include_blank => true, :onchange => "setBirthMMDD" )
I know I''ve gotten html options to work on form fields, but maybe I''m
missing something on how the html_options hash has to be formatted.
I''ve tried:
select_month(0,:include_blank => true, :html_options => {:onchange =>
"setBirthMMDD"} )
and...