Skip to content

dancork/jquery.event.dragout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This plugin is no longer maintained as was built to fix an issue in a web app I built for my old company. For a better solution look at lolmaus's plugin...

https://github.com/lolmaus/jquery.dragbetter/

jQuery Special Event - jquery.event.dragout

Special event created to handle true dragleave functionality.

HTML5 dragleave event works more like mouseout. This plugin was created to replicate the mouseleave style functionality whilst dragging.

Usage Example

$('#myelement').on('dragout',function(event){ 

	// YOUR CODE

});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published