search for: load_appt

Displaying 1 result from an estimated 1 matches for "load_appt".

2010 Aug 13
11
Link to remote and the equivalent in Rails 3
...emote image_tag("creditcard.png", :border => 0), :url => {:action => :make_payment, :type => "Credit", :id => @appt.id }, :with=>"''amount=''+$F(''amount'')", :complete => remote_function( :url => { :action => :load_appt, :id => @appt.id }) %> Obviously, when I click a link, I want some action and controller to trigger and something to happen to the page that the link is part of. I''ve watched what feels like EVERY railscast on the internet and read every Rails 3 tutorial out there. I''ve go...