Drag ‘n’ Drop Enabled Multi-Column Grids With jQuery – Gridster
1
Aug
// php the_time('Y') ?>
Gridster is an impressive jQuery plugin to develop iGoogle-like multi-column grids that can be drag 'n' dropped and re-ordered.
The plugin only requires jQuery (no jQuery UI) and can convert any given HTML structure into the widgets of the grid.
And, we are not limited with the elements loaded initially but can add and remove new ones dynamically.
The number of columns/rows, margins between items and required styles being generated automatically can all be set.
Also, there callbacks on every level and a .serialize command returns the positions of all the widgets anytime we want.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://gridster.net/
Download: https://github.com/ducksboard/gridster.js
Compatibility: All Major Browsers
Website: http://gridster.net/
Download: https://github.com/ducksboard/gridster.js
- Tags:
Drag 'n' Drop iGoogle
- Filed under: Browsing, Goodies, MIT License
- 1 Comment












One Response for "Drag ‘n’ Drop Enabled Multi-Column Grids With jQuery – Gridster"
This drag & drop is much much better than the jQueryUI one. The only flaw is in IE7/8 it is not moving smoothly.