If what you're looking for comes down to the sortable the draggable is hovering over (or its children/parents) then I find that inside an event handler, this
is the element that it's hovering over. So you can write $(this)
to get a spiffy jQuery sortable object to work with. Much easier than cooking up lots of mouse event handlers!