
Swapping elements in a list is a common task. But as a rule it is often made in a thorny way, especially if it’s Drag&Drop. And now I am going to tell you about a very easy and flexible way to do it using Marionette.js and jQuery UI Sortable.
Installing jQuery UI
We will need part of Sortable only, so in order to save the traffic, I cleared all the ticks for you
here. You just need to download it.
Read more →