[ACCEPTED]-Dragover - is there a drag out?-jquery

Accepted answer
Score: 27

It sounds like you're looking for the dragleave event. From 3 the docs:

"The dragleave event is fired when 2 a dragged element or text selection leaves 1 a valid drop target."

Score: 3

I would try one of these two events:

focus 1 out http://api.jquery.com/focusout/

or

mouse leave http://api.jquery.com/mouseleave/

Score: 2

There is a dragleave event, but it's more 1 like the opposite of dragenter

More Related questions