Created
April 22, 2019 10:35
-
-
Save Mayankgupta688/14ea94a25331539fff4463421c3ff60d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.getElementById("articleDiv").addEventListener("click", function(event) { | |
console.log("X Co-ordinates for Click Event: " + event.x) | |
}); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment