我了解如何获得订单,但我不知道如何在必要时将元素放回之前的位置。
请指教,万分感谢。
el.sortable({
start: function(){ var order = etc //Got current order here// },
update: function(){
//Process and etc//
if(cancel) {
//how can I put the element back to the position before??
}
},
});