update: function(event, ui) {
console.dir("update");
},
Why update is not triggered by:
$(...).sortable('refresh');
?
And if it's not supposed to, than how to I trigger event after refresh?
update: function(event, ui) {
console.dir("update");
},
Why update is not triggered by:
$(...).sortable('refresh');
?
And if it's not supposed to, than how to I trigger event after refresh?