public
Description: Interaction Service Plugin for chain.js
Homepage:
Clone URL: git://github.com/raid-ox/interaction.js.git
name age message
directory build/ Tue Sep 09 12:18:53 -0700 2008 sortable-fix [raid-ox]
directory demo/ Tue Sep 09 11:25:19 -0700 2008 multiple sortable bug fix [raid-ox]
file generate.sh Wed Aug 13 16:51:19 -0700 2008 various update. splitting. [raid-ox]
directory lib/ Tue Sep 09 11:23:42 -0700 2008 multiple sortable bug fix [raid-ox]
file license.txt Wed Aug 13 16:51:19 -0700 2008 various update. splitting. [raid-ox]
file readme.txt Wed Aug 13 16:59:43 -0700 2008 Readme updated [raid-ox]
directory src/ Tue Sep 09 12:18:53 -0700 2008 sortable-fix [raid-ox]
readme.txt
Interaction.js

Interaction.js is a jQuery plugin created specifically for use with chain.js - a data binding plugin for jQuery. Similar 
to jQuery UI Core Effects, it provides essential user interaction services such as drag, drop, select and sorting.

USAGE

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

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

FOR DEVELOPER

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

It will generate a new interaction.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