/dragon.js

Drag and drop in mobile webkit

Primary LanguageJavaScript

Dragon.js

Drag and drop in mobile webkit.

Requires jQuery and TransformJS.

Installation

Include src/dragon.js in your page. Don't forget jQuery and Transform.js as well.

Running the specs

Clone the project:

git clone git@github.com:nfiniteset/dragon.js.git

Install bundler

gem install bundler

Install Jasmine and gems Jasmine depends on

bundle install

Run Jasmine specs

rake jasmine