search for: add_to_cart_ajax

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

2008 Jul 10
0
JavaScript Form Submit with form_remote_tag
I am trying to submit a form_remote_tag using javascript instead of a regular form submit button. Here is my code: <%= form_remote_tag( :url=> { :controller=>''store'', :action=>''add_to_cart_ajax'', :id => @product.id, :variation => @variations[i].id }, :html => {:name => ''add_product_form''}, :complete => "showPopWin(''/store/show_cart'', 600, 400, null, true)", :failure => ''alert("That item appe...