Perhaps you could add these two lines just before your call to insertSiblingNodesBefore ...
logDebug(oldRow); logDebug(newRow); to ensure that you're actually passing what you _think_ you're passing to the function :) -- Martyn On 12/8/06, jeffa <[EMAIL PROTECTED]> wrote: > > > rowCount is a global variable, In my testing yes there are entries in > the table but I know I'll have to make sure the table isn't empty. The > reason I'm thinking I have a problem with how I use > insertSiblingNodesBefore is if I use body.appendChild(newRow); > everything works just works opposite of how I want. > > > > > -- Martyn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
