You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I would like to know if there is a way after every change in the order of my list elements, if i can get back an array with the elements after the sorting.
I am using the Handle operation for my list
here is my code:
`
var el = document.getElementById('order');
var sortable = Sortable.create(el);
var sortable = new Sortable(el, {
handle:'.handle',
animation:200,
});`
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I would like to know if there is a way after every change in the order of my list elements, if i can get back an array with the elements after the sorting.
I am using the Handle operation for my list
here is my code:
`
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions