On 11/1/06, abargnesi <[EMAIL PROTECTED]> wrote: > > Thanks for the tip. I used innerHTML on the TD after I created it and > it works perfectly (at least in firefox). > > The reason why I used Mochikit is because I would like to not use > innerHTML (not standard) and also avoid performance penalties by using > the DOM Api directly. >
You can't have that. Either you use HTML, or you use DOM. The only way to use both is to use innerHTML. -bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
