Can I remove the drag-and-drop sort helper instead of the original one?
For example, when I drag the draggable to the sortable, there is a helper that is different from the original draggable item. Can I remove this sub item in the sort instead of the original dragged item?
+3
trusktr
source
to share
1 answer
You can use the extensible plugin anywhere in conjunction with your drag-and-drop plugin to drag items from location A to B. Then location B might be where you are using the sorted plugin.
=> You are discarding items in the sortable
You can find an example of two plugins working together here: http://jqueryui.com/demos/draggable/#sortable
0
Samuel rossille
source
to share