1
我明白如何獲得訂單,但我不知道如何在必要時將元素放回到之前的位置。可排序如何將元素放回到之前的位置?
請指教,非常感謝。
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??
}
},
});
非常感謝你,這是它! – Till
el.sortable(「cancel」);甚至在裏面工作 – Till