I have page with few draggable(1,2) and few dropable(A,B). How can I specify that user can drop only into dropable “A” from draggable 1?
P.S, One of dropable is actualy sortable.
I have page with few draggable(1,2) and few dropable(A,B). How can I specify that
Share
I think you can use the parameter
accept:to achieve this.Exemple:
The draggable items with the CssClassToDrag will only can dropped into the droppable elements.