DrSchizo

Results 1 issues of DrSchizo

Hi, Thank for this great script! Unfortunately, the "relocate" event doesn't seem to work in the following code: $("ol.sortable").nestedSortable({ change: function(){ console.log("change"); } relocate: function(){ console.log("relocate"); } }); The change...