Hi, That code works for me using Chrome 5: http://jsbin.com/opafu3
Maybe you can see what's different between the above and your test case... -- T.J. Crowder Independent Software Consultant tj / crowder software / com www.crowdersoftware.com On Jul 30, 8:22 pm, patrick <[email protected]> wrote: > Hi to all, > > I've got to update a <tbody>-Container with appending another row via > XHR. That works perfect in IE6-8, Safari and FF, but does not work in > Google's Chrome 5. I'm using Prototype 1.6.1. > > Here is some sample code: > > -------------- > <table> > <tbody id="test_container"> > <tr> > <td>bla bla</td> > </tr> > </tbody> > </table > > <a href="#" onclick="new Ajax.Updater('test_container', 'example/url', > {asynchronous:true, evalScripts:true, insertion:'bottom'}); return > false;">Link Text</a> > -------------- > > The URL 'example/url' outputs something like "<tr><td>another row > content</td></tr>". > > If <tbody> is empty this works also in Chrome, if not -like in the > example- it doesn't. > Any ideas or hints? > > Thank you very much, > Patrick -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
