Posts Tagged ‘ajax’

IE chokes with Ajax.updater on a table

Tuesday, August 29th, 2006

For some time now, I have had a weird bug concerning an Ajax updater script in a Rails application. The updater worked with Firefox but not with Internet Explorer (IE).

Yesterday I finally figured out IE can only update div or span elements, when I came across this message on the Rails list. I was trying to update a table instead.

After wrapping the table in a div, and updating that div, everything worked.

Would be nice if this would have been documented in Prototype or the script.aculo.us scripts though.

Try Ruby in your browser

Wednesday, December 28th, 2005

Why the Lucky Stiff has finished Try Ruby. It is an online, interactive Ruby tutorial, and most of all an excellent AJAX showcase.

If you ever wondered what the buzz is all about, Try Ruby is for you.