Displaying 1 result from an estimated 1 matches for "f_date_".
Did you mean:
f_date_s
2006 Oct 14
2
sending parameters with link_to_remote Ajax Request
...idden input field which is modified by a
javascript function (from calendar)
how can I sent the value of this input field in my link_to_remote call ?
presently I just send back one parameter (an id) but I need both...
<input type="hidden" name="booking[start_at]" id="f_date_s"
value="booking[start_at]" />
...
<%= link_to_remote(''check period'', :url => {:action => "checkPeriod",
:id => @booking }) %>
thanks for your help
kad
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~...