Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 299 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 299 Bytes

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