Displaying 1 result from an estimated 1 matches for "ajax_list_option_table".
2006 Feb 02
1
What''s the javascript to submit an AJAX Form?
...ubmit for
an ajax form?
In this snippet, the INPUT generated by #submit_tag works 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&g...