On Nov 21, 4:28 am, "jason maina" <[EMAIL PROTECTED]> wrote: > [code] > $('tableID').down('tbody').replaceChild(trID, tr) > > error: > uncaught exception:[Exception... "Could not convert JavaScript argument arg > 1 [nsIDOMHTMLTableSectioElement.replaceChild]" nresult:"0x80570009 > (NS_XPC_BAD_CONVERT_JS)" location:"JS frame > ::http://projectpath/myfile.js::flirtFert :: on line 1108" data: no] > > flirtFert code: > > http://pastie.org/320439 > > What could I be missing?
Have you tried using `Element#insert` (instead of `appendChild`)? I believe it works around some of the table deficiencies. > > Regards > Jason [...] -- kangax --~--~---------~--~----~------------~-------~--~----~ 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 prototype-scriptaculous@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---