This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 16aae760dd8eb3a804743bca5f98af2d21fcb5c7
tree 1c95f02aa8b753ff5ef11248a860fc33e2e68ad7
parent 24d837cc6c05cc4727b6934c58e62711f8af40b4
tree 1c95f02aa8b753ff5ef11248a860fc33e2e68ad7
parent 24d837cc6c05cc4727b6934c58e62711f8af40b4
| name | age | message | |
|---|---|---|---|
| |
build/ | ||
| |
demo/ | ||
| |
generate.sh | ||
| |
lib/ | ||
| |
license.txt | ||
| |
readme.txt | ||
| |
src/ |
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








