Displaying 1 result from an estimated 1 matches for "dept_1".
Did you mean:
  depth_1
  
2005 Oct 27
4
Nest sortables?
Hello All,
I''m wondering if it''s possible to nest sortables:
<ul id="first">
    <li>One</li>
    <li>Two</li>
    <li>
        <ul id="second">
            <li>Three</li>
        </ul>
    </li>
    <li>Four</li>
</ul>
<script>
  ... create sortables out of