Creating multiple droppable siblings that at positioned on top of eachother
问题 I am trying to create multiple jquery droppables next to eachother where some parts might overlap, in these cases I want the one that is on top (z-index wise) to be greedy. I have tried setting the greedy: true option in the droppable, but this does not seem to help. I have also tried to return false on the drop event and used event.stopPropagation(); . Here is a jsfiddle based on the demo page of jquery. Is there any way to stop the drop event from propagating if there is another droppable