Project:jQuery Interface Sortable
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Would it be possible to implement a feature where the "drag & drop" options would change trade positions instead of being inserted in between.

Example List
A
B
C
D
E
F

If we would switch B & E, we would currently have the following situation:
A
E
B

C
D
E
F

But in some situation it would be more (gui) efficient to have the following behaviour:
A
E
C
D
B
F

nobody click here