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

There is no "ss-event-dragged" event in version 2 #125

Open Serob opened 9 years ago

Serob commented 9 years ago

Hi, the documentation says "When an item has begun being dragged, it will trigger the "ss-event-dragged" on the container element", but I can not find "ss-event-dragged" event in version 2.0. This code does nothing on drag: $cards.on("ss-event-dragged", function(e, selected) { console.log("Enter drag mode"); });