Displaying 1 result from an estimated 1 matches for "assessdate".
2011 May 21
0
Jquery UI with rails nested forms
...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" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5...