Displaying 1 result from an estimated 1 matches for "change_entitl".
2006 Apr 18
0
AJAX not displaying - due to action not complete?
...machine is closer
in terms of network than my dev machine, so I don''t know if that''s the
issue.
Do my link_to_remote calls look ok?
<%= link_to_remote("Change Entitlements", :update => "entitlements",
:url => { :action => "change_entitlements", :id =>
@person.id },
:before => visual_effect(:slide_up,
"entitlements", :duration => 0.5),
:complete => visual_effect(:slide_down,
"entitlements", :duration => 0.5) ) %>
<%= link_to_remote("I'...