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.04k stars 1.2k forks source link

Does gridster work with structures other than <ul><li>? #575

Closed jim-at-miramontes closed 8 years ago

jim-at-miramontes commented 8 years ago

All the examples of gridster I've seen use unordered lists (ul and li) to organize the things being handled. Is this required, or will other structures (like just a div containing a sequence of other divs) work, as long as things are properly organized and the gridster init selectors are written properly?

jim-at-miramontes commented 8 years ago

Answer: Yes, it works fine (assuming everything else is arranged properly, of course)