[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?
Regards
Jason
On Fri, Nov 21, 2008 at 1:33 AM, kangax <[EMAIL PROTECTED]> wrote:
>
> On Nov 20, 2:37 pm, "jason maina" <[EMAIL PROTECTED]> wrote:
> > $('tableID').down('tbody').replaceChild(rowID, newTr);
> > Not working, Element.replace(rowID, newTr) generating errors have run
> > out of ideas.
> [...]
>
> Yes, tables are a PITA.
> Which errors do you get? If it's not working - it's a bug.
> Would you mind filing it?
>
> --
> 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 [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
-~----------~----~----~----~------~----~------~--~---