Sortables - Nested Divs
Sortables - Nested Divs
Hey all,
I'm getting ready to implement sortables on a site I'm working on. My
question is, does sortables support nested divs, where a div may
be dragged from one nesting level to another?
In other words, if I have:
<div id="foo">Hey</div>
<div id="bar">Ho
<div id="baz">Let's</div>
<div id="fuz">Go</div>
</div>
Can I drag #baz up and have it dropped between #foo and #bar?
-- Josh