[ACCEPTED]-Dragover - is there a drag out?-jquery
Accepted answer
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."
I would try one of these two events:
focus 1 out http://api.jquery.com/focusout/
or
mouse leave http://api.jquery.com/mouseleave/
There is a dragleave event, but it's more 1 like the opposite of dragenter
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.