Displaying 1 result from an estimated 1 matches for "assessmethods_id".
2011 May 21
0
Jquery UI with rails nested forms
...use ruby 1.8.7 and rails 2.3.1.
Please I was struggling with this. Any help will be appreciated.
<script type="text/javascript">
$(''.datePicker'').each(function() {
$(this).datepicker();
});
</script>
<div class ="fields">
<%= f.select(:assessmethods_id,@types,:include_blank=>true) %>
<%= f.text_field(:assessdate,:class => "datePicker") %>
<%= link_to_remove_fields("remove", f) %>
</div>
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"...