hello, i have the following code:
…
<%= form_remote_tag(:url => {:action =>
‘ajax_add_keyword’},#‘check_update’, :id => @product},
:update => ‘Formular’)
%>
…
…
<%= text_field(‘keyword’,‘name’) %>
<%= submit_to_remote ‘button_keynew’,‘Neu’,{
:url => {:action => ‘ajax_add_keyword’, :id => @product},
:update => ‘Formular’,
:loading => “new Effect.Fade(‘keywordliste’)”,
:complete => “$(‘keywordliste’).style.display=‘none’; new
Effect.Appear(‘keywordliste’)”
} %>
…
…
the loading-event starts correctly. Also the :action in rails was worked
through completly. But afterwards the DIV in IE wasn’t updated !!!
Only in IE it doesn’t work. Firefox and Safari is ok. Debugging in IE is
turned on.
I would be very very very greateful if you could help me.
Thank you, john