[jQuery] [Announcement] Chain.js - Data Binding for jQuery

[jQuery] [Announcement] Chain.js - Data Binding for jQuery


I am proud to release my recent work - Chain.js. It has been rewritten
several times, and now it has a very simple but powerful api.
Chain.js is a jQuery plugin, providing data-binding capability that
allows you to generate web contents automatically by binding your data
to html. Unlike other data-binding frameworks and library, it uses
pure DOM, instead of string-based innerHTML approach, so event binding
won’t gone during rendering. This library can also be very helpful if
you strictly separate your data from your HTML, e.g. developing using
MVC-Pattern. Although simple, it is actually powerful and can be very
useful for various projects.
For more information please visit the wiki here: http://github.com/raid-ox/chain.js/wikis
There are also some demos:http://github.com/raid-ox/chain.js/wikis/
demos
Article in my blog: http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/
Any feedback and critics welcomed!
I hope it will be useful
Rizqi