Skip to content

dragstop event #59

@SergeyPiskov

Description

@SergeyPiskov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions