ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

Fix gridster destroy #463

Open prestontighe opened 9 years ago

prestontighe commented 9 years ago

Removes the coords data from each element.

mooglemoogle commented 9 years ago

This is something I ran into and fixed in my own code. It would be great to see it merged into the base.

dsmorse commented 9 years ago

Looks great I merged it into my fork dsmorse/gridster.js