javascript - Switching div content with another div content position -
I'm surprised that Drop Dev is a way of changing the position of dragable div material with the position of content. I have 6 draggable devices that have IGG and P tags that are more important in I want to drag on another device
Firstly it should look:
To switch After:
$ (drop object). Druggable ({axis: "x", zIndex: 100});
You can use the sortable
feature of the jQuery UI There are dragable
.
$ (".selector"). Drug Gable ({connectToSortable: "# my-sortable"});
Comments
Post a Comment