Displaying 1 result from an estimated 1 matches for "option_list_form".
2006 Feb 02
1
What''s the javascript to submit an AJAX Form?
...OK, but the anchor
results in the AJAX replacing the whole page?
Can I make the anchor/href submit the AJAX form as well?
Thank you!
I have this (list.rhtml):
    <%= form_remote_tag  :url => {:action=>:ajax_list_option_table},
                        :html => {:name=>''option_list_form''},
                        :update => ''option_table'',
                        :complete => "Toggle.display(''auto_link_link'')"; %>
  <h1>Options</h1>
  <p></p>
  <table border="0">
  <tr>...