I have the following code
<% form_tag update_batting_order_tournament_path ,:complete => visual_effect(:appear, 'inning_update_success'), :method => :get, :remote => true do %>
basically I want to update a div
Inning Order Updated!This is not working as I have written. Any ideas of what the correct option is