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

dnd events not working #14

Closed
stevehodgkiss opened this issue May 24, 2011 · 2 comments
Closed

dnd events not working #14

stevehodgkiss opened this issue May 24, 2011 · 2 comments

Comments

@stevehodgkiss
Copy link

The dnd plugin isn't firing events (even on the demo page).

@vakata
Copy link
Owner

vakata commented May 25, 2011

The events you are looking for are fired on the $(document) node, the callback functions (drop__, drag__) are invoked for foreign nodes only ... The event fired on the tree container itself when nodes are moved around is "move_node" (also the check_move callback function is invoked several times).

@vakata vakata closed this as completed May 25, 2011
@stevehodgkiss
Copy link
Author

Ah I see, thanks for clearing that up!

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