search for: message_spinner

Displaying 1 result from an estimated 1 matches for "message_spinner".

2006 Feb 17
0
Strange Effect.Highlight behavior
I have the following code in my template: <div id="message1"> <%= link_to_remote ("Delete", :update => "contents", :url => { :action => :delete, :id => message.id }, :before => "Element.show(''message_spinner'')", :success => "Element.hide(''message_spinner''); new Effect.Highlight(''message1'')") %> </div> When ''Delete'' is clicked, the spinner is switched on then off as expected, but the highlight effect doesn'&...