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

Gridster initialize not working #570

Open harshmsp opened 8 years ago

harshmsp commented 8 years ago

Hello Everyone,

Currently i have implemented gridster in my one screen, now there is only 1 gridster required to move all boxes.

now i need to implement another box where i can put some other box inside, but currently i have implemented with .gridster class.

So if i am initialize with .gridster then only it works

But when i am initialize with ID name then it is not applying and giving undefined error

gridster = $(".gridster ul").gridster(..... ) Working fine

gridster = $("#header ul").gridster(..... ) not working

Can you please help me

joshbenhamou commented 8 years ago

Can you post your HTML?