Hello !
idk why hittest works only in the first div 😕
I wish I could drop all my drag divs in the drop area
how to detect a collision with multiple dynamically created elements ?
<div class="Drag Parent">
<div class="Drag Child">
</div>
Even if I drag parents div, I want my child div to stay still How do I do this?
I don't want the child div to be dragged/moved, and I want only parents to be dragged and moved