jquery-sortable icon indicating copy to clipboard operation
jquery-sortable copied to clipboard

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

Open bugfirstx opened this issue 4 years ago • 2 comments

xZAfn (1)

Thank you

bugfirstx avatar Oct 07 '20 06:10 bugfirstx

Hi, include this:

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

noobchamp avatar Apr 15 '21 18:04 noobchamp

thank you so much you are a lifesaver

bugfirstx avatar Aug 03 '21 15:08 bugfirstx