How to deserialize nested sortable jquery

453 Views Asked by At

I use the toArray function to get the list using this line of code.

var sortedPage = $('ol.sortable').nestedSortable('toArray');

How can I reconstruct the list using this array?

0

There are 0 best solutions below