is there a drag drop and Replace plugin?
I would like to do the following example:
If I have 10 div object at display: 1 , 2 , 3, 4 , 5 ...10. (or more...) and if i drag a mouse div 1, to div 7, and drop it, it wat to make the replacement between 1 and 7.
after that I wl have a series like this: 7 , 2 , 3 , 4 , 5 , 6 , 1, 8, 9, 10 .....
I found and tried a lot Drag and drop examples, but I have no idea how I did this with replace