kombai / freewall

Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet...
MIT License
1.85k stars 375 forks source link

Drag events #102

Closed DavidePastore closed 10 years ago

DavidePastore commented 10 years ago

Is there a way to handle the 'dragstop'/'dragstart' event?

davidcampos commented 10 years ago

Is that possible? I really need to know the cells that are changing positions...

kombai commented 10 years ago

using this setting:

wall.reset({
 draggable: {
    onDrop: function(event) {} 
 }
})