kjim / chain.js forked from raid-ox/chain.js

Data Binding Plugin for jQuery

This URL has Read+Write access

raid-ox (author)
Sun Sep 07 04:47:40 -0700 2008
commit  25e22b1dd1dcbd9606c51260ae97299d8b3e2407
tree    6b505c655dea582844c2817508fb61241600fa82
parent  aad589220fcaa4fb350178004923ef9e7d04a08a
name age message
directory build/ Loading commit data...
directory demo/
file generate.sh
directory lib/ Wed Aug 13 16:47:39 -0700 2008 add lib, jquery [raid-ox]
file license.txt Wed Aug 13 16:44:02 -0700 2008 project files... [raid-ox]
file readme.txt
file release-notes.txt
directory src/
readme.txt
Chain.js

Chain.js is a jQuery plugin to bind javascript data to html and generate content using the data. It provides automatic 
data management and content generation. please see wiki for more information.
USAGE

copy chain.js from /build directory to your directory
load it together with jQuery into your page using:

<script src="path/to/jquery.js" language="javascript"></script>
<script src="path/to/chain.js" language="javascript"></script>

FOR DEVELOPER

to generate chain.js please do in terminal:
$ sh generate.sh

It will generate a new chain.js from source. To include a new source file please open "generate.sh" in your texteditor 
and add the new source file at the end of sources list