Tagged Questions
0
votes
1answer
560 views
Howto use Gridster with div (not ul)
I'm trying to use Gridster, the jQuery Drag & Drop library. However, my HTML has a structure as in this JSFiddle ( http://jsfiddle.net/twashing/4xc6s/5/ ). And I can't get gridster to work. Ie, ...
3
votes
1answer
977 views
How to drop a draggable into gridster
Does anyone know if it is possible to drop a draggable element into gridster?
http://gridster.net/#documentation
It seems great for my purposes, but can you add them to the grid by dropping it?
I ...
0
votes
1answer
263 views
Call Gridster multiple times
I love the drag and drop concept of Gridster, but I have a dynamic set of tiles that changes depending on live updates from Meteor. For example, lets say I have a Tiles array in a User model. When the ...