Displaying 1 result from an estimated 1 matches for "top_flop".
Did you mean:
top_flag
2005 Sep 06
0
Problem with form_remote_tag
Cheers,
I stumbled over a problem/bug with form_remote_tag.
I have a view with
<%= form_remote_tag(:update => "update_div",
:url => { :action => :top_flop },
:loading => "Element.show(''top-flop-indicator'')",
:complete => "Element.hide(''top-flop-indicator'')",
:html => { :id => ''top_flop_form'',...