I am faced with a problem almost identical to this thread:
jQuery droppable - receiving events during drag over (not just on initial drag over)
The only difference is I need to know the element I'm over and it's NOT a "droppable" element. It's just an element INSIDE my droppable.
So if I have a parent DIV (that is the droppable) that has 3 child DIVs, while I'm dragging my item over the 3 child DIVs, I want to know if, when dropped, the item should be dropped above or below one of the child elements.
The same problem exists as in the post above (mouseover, etc., events are not firing on the child elements of the droppable div).
Thoughts?