AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

Docs should mention dependency on query-ui #29

Closed Pumpapa closed 11 years ago

Pumpapa commented 11 years ago

Out of the box I get an "Uncaught TypeError: Object [object Object] has no method 'draggable' jquery.shapeshift.js:399" That's defined in "query-ui.min.js", not mentioned in the docs but apparently needed.

AshesOfOwls commented 11 years ago

The dependencies for Shapeshift are listed here, sorry for the confusion. You can also turn off Drag and Drop by setting both the options "enableDrag" and "enableCrossDrop" to false.