johnny / jquery-sortable

A flexible, opinionated sorting plugin for jQuery
http://johnny.github.io/jquery-sortable/
Other
1.52k stars 441 forks source link

we can not use this other tag nested level #270

Open gautamdrc opened 5 years ago

gautamdrc commented 5 years ago

`< div class="nested_with_switch vertical"> < div> Item 1 < /div> < div> Item 2 < /div> < div> Item 3 < /div> < div> Item 4 < div> < div>Item 3.1< /div> < div>Item 3.2< /div> < div>Item 3.3< /div> < div>Item 3.4< /div> < div>Item 3.5< /div> < div>Item 3.6< /div> < /div> < /div> < div> Item 5 < /div> < div> Item 6 < /div> < /div>

< /div>`