IE10 is not Handling Click Events | Help Using MSPointer
问题 Please forgive me in advance for being a stoopid noob. Anyway, I'm trying to make my html5 game play on IE10, but it's not detecting my clicks. So I research this a bit and find out that instead of understanding what this means: document.getElementById("answer1").addEventListener("click", wrong, false); If have to use some crappy proprietary code. Because I am a stoopid noob, I am having problems implementing this. Here is what I have currently document.getElementById("answer1")