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

How to save/write the new grid? #510

Open redahl opened 9 years ago

redahl commented 9 years ago

We need that when the user rearrange the objects are recorded so that the next time you access the find as you left them.

dsmorse commented 9 years ago

You should be able to user the serialize functions to get json that represents the grid. See: http://gridster.net/demos/serialize.html and http://gridster.net/demos/grid-from-serialize.html

redahl commented 9 years ago

Thank you very much.