I think what you need to look at is the dragComplete event.  This will 
fire everytime a drag has completed.  So you will have to do some 
checking to see if what the target is.

Nate Pearson wrote:
> What is the event that is triggered when I drop something outside of a
> drop target? I thought i could use dragExit() but that just shows
> when you leave the area. DragDrop() doesn't seem to get triggered
> when you actually do the drop outside of the "droppable" area.
>
> What i'm trying to do is let people click and drag items out side of a
> custom list and have it delete from that list's data provider.
>
> Thanks in advance,
>
> Nate

Reply via email to