gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
6.03k
stars
1.2k
forks
source link
Callback functions do not get fired properly with multiple instances #305
Open
onet4 opened 10 years ago
When there are multiple gridster instances, only the last registered callback functions get triggered.
Even when I resize one of the widgets in demo 1, the callback for demo 2 gets triggered in the above example.