Skip to content

Instantly share code, notes, and snippets.

@griffiths
Created April 11, 2018 02:44
Show Gist options
  • Save griffiths/4061f2d48a1b25edf6ab1746748b6b3d to your computer and use it in GitHub Desktop.
Save griffiths/4061f2d48a1b25edf6ab1746748b6b3d to your computer and use it in GitHub Desktop.
$(window).mousemove(function(event) {
var msg = "Handler for .mousemove() called at ";
msg += event.pageX + ", " + event.pageY;
console.log(msg);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment