Skip to content

Instantly share code, notes, and snippets.

@crestinglight
Created February 21, 2017 03:02
Show Gist options
  • Select an option

  • Save crestinglight/3df3c711cfa0970cb1faf430358c89f3 to your computer and use it in GitHub Desktop.

Select an option

Save crestinglight/3df3c711cfa0970cb1faf430358c89f3 to your computer and use it in GitHub Desktop.
function getXY(e){
var xPosition = e.offsetX;
var yPosition = e.offsetY;
}
var picClick = document.getElementById("WaldoLevel1");
picClick.addEventListener('click', getXY);
@mehmetcanozoglu

Copy link
Copy Markdown

ASSASA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment