Skip to content

enda/jquery.hoverDirection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

jquery.hoverDirection

Implements the direction of the mouse during a jquery hover.

Exemple of use:

$('#myElement').hoverDirection(function (d) { alert('Enter from ' + d); }, function (d) { alert('Leaving from ' + d); });

Live demo:

http://www.kilianamendola.com

About

Implements the direction of the mouse during a jquery hover.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published