On 12/8/05, Jason Chu <[EMAIL PROTECTED]> wrote: > We ran into a point where being able to pass a kid template (from a > non-form (let's refer to it as display) widget) to a javascript function as > DOM calls would be really really nice. Then to refresh a widget, your JSON > method returns this specially rendered kid template and you can eval it and > just call swapDOM(). > > I just wanted to let everyone know that it's done, but I'm not quite sure > who I should submit it to. It's a Kid serializer, but it only outputs > Mochikit DOM calls, and the project that uses both of them (turbogears) > leaves the rendering/serialization up to Kid.
Yes, this is the right place to send them. Usually things that cross projects like this are only likely to find a home here. This is very interesting (and a remarkably small implementation :) What I'm wondering, though, is this "better" than using innerHTML? It seems entirely possible that this would be slower. Kevin

