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

How to prevent child node to dragged in another parent node ... How to save Data to mysql and PHP #284

Open
bugfirstx opened this issue Oct 7, 2020 · 2 comments

Comments

@bugfirstx
Copy link

xZAfn (1)

Thank you

@noobchamp
Copy link

Hi,
include this:

$("ol.serialization").sortable({ isValidTarget: function ($item, container) { return $item.parent("ol")[0] == container.el[0]; }, ..... })

@bugfirstx
Copy link
Author

thank you so much you are a lifesaver

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