Pass dynamic javascript parameters with ajax call


/ Published in: Rails
Save to your folder(s)



Copy this code and paste it in your HTML
  1. remote_function(
  2. :url => {:controller => 'testing', :action => "test"}
  3. :with => "'value=' + function_call()"
  4. )

Report this snippet


Comments


You need to login to view comments.