$('#sortable').sortable({ start: function(e, ui) { // puts the old positions into array before sorting var old_position = $(this).sortable('toArray'); }, update ...
確定! 回上一頁