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

Gridster Into Gridster cell LI #357

Open heanfig opened 10 years ago

heanfig commented 10 years ago

Hello Friends.. I'm building an layout DIVS generator HTML with gridster js, and I had no problem except one problem.. :+1: I need to create a DIV into DIV whit gridster JS... How Create a gridster drag and drop cells into other cell of gridster instance?. some idea?? :100: :) very thanks

  <div class="gridster"><ul>
<li data-row="1" data-col="3" class="gs-w">
      <div class="gridster_interal"> 
         <ul>
             <li data-row="1" data-col="3" class="gs-w">
             <li data-row="1" data-col="3" class="gs-w">      
          </ul>
      </div>
</li>
<li data-row="1" data-col="3" class="gs-w">
<li data-row="1" data-col="3" class="gs-w">
</ul>
</div>