Skip to content

Instantly share code, notes, and snippets.

@AlexeyNik
Created July 5, 2020 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexeyNik/705179ecff0a77afa589eb95d481faee to your computer and use it in GitHub Desktop.
Save AlexeyNik/705179ecff0a77afa589eb95d481faee to your computer and use it in GitHub Desktop.
document.body.onclick = function(e) {
e = e || window.event;
e = jQuery.event.fix(e);
alert([e.pageX, e.pageY]);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment