To detect drag and drop events with KineticJS, we can use the on() method to bind dragstart, dragmove, or dragend events to a node. The on() method requires an event type and a function to be executed when the event occurs.
Code Editor
Modified on April 9th, 2013
by Eric Rowell