I\'m using JQuery Sortable. I\'d like to know if it\'s possible to, after a number of resortings, restore the sortable control back to its original state similar to a form reset
this is simple way
$( "#sortable" ).sortable( "cancel" );