Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect end drag event #66

Open
Lulun10 opened this issue Nov 2, 2016 · 1 comment
Open

Detect end drag event #66

Lulun10 opened this issue Nov 2, 2016 · 1 comment

Comments

@Lulun10
Copy link

Lulun10 commented Nov 2, 2016

Hi,

Is it possible to detect end drag event ?
I wan't to call javascript function at the end.

Thanks

@yakupdemirci
Copy link

$('#pre_table').dragtable({
beforeStop: function( event, ui ) {
console.log("asdad");
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants