You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gridsterInstance.destroy();
but draggable doesn't work anymore? Strangely my resize is still there.
I even tried to add them back like this this.gridsterOptions.draggable = {enabled: true,handle: '.gridbox_header, .gridbox_header *'} but still doesn't work.
Does this have to do with jquery-ui? I'm on jquery-ui 1.9
The text was updated successfully, but these errors were encountered:
I am having same problem. Trying to reset gridster with destroy first and reinitiate again which is working perfectly but it stopped working draggable events after destroying. Any help?
I do
gridsterInstance.destroy();
but draggable doesn't work anymore? Strangely my resize is still there.
I even tried to add them back like this
this.gridsterOptions.draggable = {enabled: true,handle: '.gridbox_header, .gridbox_header *'}
but still doesn't work.Does this have to do with jquery-ui? I'm on jquery-ui 1.9
The text was updated successfully, but these errors were encountered: