You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can not get element selected during drag before drop??
I tried event ss-arranged, but it only gets the parent element of the selected element.. Is the library unable to do that?
I tried the code below, but it won't work when I drag the item from one box to another the first time. From the second time it works. Seems like it conflicts something with the library ??
$(".item").draggable ({
drag: function (event, ui) {
console.log($(this));
}
});
The text was updated successfully, but these errors were encountered:
Can not get element selected during drag before drop??
I tried event ss-arranged, but it only gets the parent element of the selected element.. Is the library unable to do that?
I tried the code below, but it won't work when I drag the item from one box to another the first time. From the second time it works. Seems like it conflicts something with the library ??
The text was updated successfully, but these errors were encountered: