By bloid
via github.com
Published: Aug 21 2008 / 16:54
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. Have a look at our Demos and be sure to read our Quick Start below.
Tweet
SaveShareSend
Tags: frameworks, javascript



Add your comment