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
if attached to dragstop event using following code
$('.grid-stack').on('dragstop', function (event, ui) {
var grid = this;
var element = event.target;
});
event will occur before move to new position and can not get real X and Y.