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
As you can see I want to customize output of serialized params so I need the position of each Item in the main wrapper. as you can see I used pos: $w.index($(wgd.el)) to get that but it always return pos:0.
what is solution?
The text was updated successfully, but these errors were encountered:
I'm using gridster.js draggable and resizable grid jquery plugin.
In this plugin all things worked fine. but I have a problem with it.
suppose we have these html structure:
And this is js codes that I used to initialize it :
As you can see I want to customize output of serialized params so I need the position of each Item in the main wrapper. as you can see I used
pos: $w.index($(wgd.el))
to get that but it always returnpos:0
.what is solution?
The text was updated successfully, but these errors were encountered: