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.03k stars 1.2k forks source link

data-size y and x not isolated to specific widget instance #237

Open mspyratos opened 11 years ago

mspyratos commented 11 years ago

If you try and create multiple gridster widgets in the same dom space (Single Page App) the most recent gridster instance will change the x / y size of ANY element with the data-sizex and/or data-sizey attributes even if it is not a gridster instance let alone within the new gridster's container el.

Looking for workaround now :)

DerDu commented 9 years ago

+1 This is urgently needed! :-/