Am Mittwoch 06 April 2005 05:39 schrieb itsme213: > "Michael Neumann" <mneumann / ntecs.de> wrote in message > > > Wee 0.8.0 is out. Have fun! > > How does one update multiple DOM nodes in a single liveUpdate? Good question. No problem from the Wee side, but I am not good enough in Javascript to implement this. What I thought is, that Wee would generate a document like: <root> <div id="id1"> .... content .... </div> <div id="id2"> ..... content .... </div> </root> This would update the DOM nodes id1 and id2 with the content. Anyone willing to hack this in javascript? Regards, Michael