[jQuery] Draggables: detecting if I'm in a region after stopping

[jQuery] Draggables: detecting if I'm in a region after stopping


Hi,
What is the best way to do this? I want to check, for a ghosted
draggable object, that when the user let's go of the draggable (onStop
event fires), how can I tell if any part of my dragged object
intersects with another DIV on screen?
Thanks, - Dave