Chain.js: jQuery Data Binding Service
Rizqi Ahmad has created a data binding service for jQuery called Chain.js.
A simple example shows you where to start. When given HTML like:
The following JavaScript will add data as items to the list:
JAVASCRIPT:
-
-
$('#quickdemo')
-
.items([
-
{library:'Prototype'},
-
{library:'jQuery'},
-
{library:'Dojo'},
-
{library:'MooTools'}
-
])
-
.chain();
-
Check out the demos for more detailed examples.
Source: Ajaxian » Front Page
Original Article: http://feeds.feedburner.com/~r/ajaxian/~3/370608803/chainjs-jquery-data-binding-service