javascript - To move or sort internal using jquery drag and drop -
i have following code jquery drag , drop. i've nested drag , drop functionality.
http://jsfiddle.net/bhumi/nkvzdwk9/10/
it not working when try move dropped item internally?
i have tried change connectwith following line
connectwith: \".ui-sortable\",
see below image
but not working. please help.
i have checked html in fiddle, , found if move list2 out of workarea working.
please check here
<div class="workarea" style="border: 1px solid green; width: 30%; padding: 0; margin: 0 0 0 15px; float: left"> <h3>your list</h3></div><ul id="list2" class="connectedsortable ui-sortable" style="border: 1px solid red; width: 100%; height: 500px"></ul>
Comments
Post a Comment