[Rails] Re: Problem with AJAX not working on IE
Ben Sinclair
ben at bensinclair.com
Mon Mar 20 15:10:14 GMT 2006
This may not be the same problem you're having, but I've noticed that IE
doesn't like to do fancy things with anything but div and span tags. I
was trying to :update tables and some other tags, and it just wouldn't
work. It worked fine on Safari and Firefox.
Carl-Johan Kihlbom wrote:
> Picking up an old thread...
>
> I have the same problem, where a simple link_to_remote works fine in
> Safari and Firefox, but doesn't update the page in IE. The request is
> sent to the server though, the returned partial just never shows up in
> IE. No script errors or anything.
>
> Has anyone else seen this? Any ideas how to fix it?
--
Posted via http://www.ruby-forum.com/.
More information about the Rails
mailing list