Hi all, > I was under the impression that it would not actually be added to the DOM > when using innerhtml. And it therefore cannot be manipulated as a DOM > element.
In fact, it's faster than any JS implementation, prototype or other. Browser are optimize to parse HTML string in an unbeatable way ! And of course it could be manipulate as a DOM element, but you'll have first to retrieve it from DOM using $() or $$(). -- david -- 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.
