Displaying 1 result from an estimated 1 matches for "do_alert".
Did you mean:
do_abort
2006 Jul 16
7
RJS and Action Renders but page doesn''t update
...and I believe I have copied and pasted exactly what works from the demo site. However, on my system it isn''t finishing. For a simple test, I have limited it down to an alert.
<%= link_to_remote ''Doing a JavaScript alert'',
:url => {:action => ''do_alert''} %>
Leaving out the rest of the code (controller, etc..) because it is irrelevant. If I modify the above to this:
<%= link_to_remote ''Doing a JavaScript alert'',
:url => {:action => ''do_alert''}, :complete => "eval(requ...