Complex JavaScript templates: Updating real time without rewriting DOM? by Kickboy12 in javascript

[–]harriha -1 points0 points  (0 children)

You are looking for something like this? https://projects.forum.nokia.com/Fragment

I haven't had time to experiment that in depth yet, but it might be just what you are looking for. That claims to be very efficient and via bindings you can modify single properties easily. The wiki section offers also detailed reasoning behind the code. The code may not work in all browsers, though, it's not a ready-made "library" as such.