Topic: IE error with "RJS Templates for Rails" example
Hi,
I have implemented the first part of the expense tracker in the "RJS Templates for
Rails" booklet. It works fine in Firefox, but not in IE -> when I add an expense, I get an RJS error. Has anyone else had this happen? The second pop-up window shows the following:
new Insertion.bottom("expenses", "<tr id=\"expense-6\">
<td>Bottle of Wine</td>
<td class=\"amount\">19.95</td>
</tr>");
new Effect.Highlight("expense-6",{});
Form.reset("expense-form");
I don't know what IE's complaining about, as the DOM ids are all setup as per the book example (plus it does work in Firefox!). Any idea why this would be happening?
Ta