gridster.js icon indicating copy to clipboard operation
gridster.js copied to clipboard

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns

Results 74 gridster.js issues
Sort by recently updated
recently updated
newest added

This is a good project. All the functions work fine. But I found a issue. When widget moves from point A to point B. It should be able to move...

TL;NR http://1drv.ms/1QBuf7h How to reproduce it: 1. Make bigger a widget (A) 2. Place another widget (B) above it 3. Move widget (B) away. Expected behaviour - Widgets below A...

When reordering with a max_rows widgets still get added to the bottom, instead of being moved in between.

Hello, I was wondering if I can add the widgets starting from the bottom of the grid and keep them snapped to the bottom, think of it as the opposite...

when I have dragged one element, I will want to know the whole position of the grid. But the serialize_change function can not fix my problem.

Our application scenario more similar to this demo http://dsmorse.github.io/gridster.js/demos/resize-limits.html If you change the browser zoom/resolution and reload the page, widgets are getting randomly placed though there col,row,x,y positions are hard-coded...

``` npm ERR! No compatible version found: [email protected] npm ERR! Valid install targets: npm ERR! 0.5.6 npm ERR! npm ERR! ```

I don't know if these problems have any connection, so I only open one ticket. The problem is, in some situations we can't drag&drop like we could have some versions...

Hi I am looking to drag new widgets into a gridster. How do I bind a new widget instance to a jquery draggable event. Any ideas or tips would be...

Hey, I'm currently developing a tool with gridster JS in it. When I have 2 sticky elements with space between them and I remove the one above the other one...