Guys, Thanks for all the information. I think, since our project will be moving in the direction of "strict" adherence to xhtml, that I will forgo innerHTML and construct the serialized element directly.
Thanks again. Anthony Bargnesi On Nov 1, 9:51 am, "Bob Ippolito" <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
