
Why doesn't Event.ClientX or Event.ClientY work when you list examples of it and say it works?!?!?!
I am building a site and on your API says that event.ClientX and event.ClientY should work. I even define the event and pass it in and it still won't give me the position of the mouse! Is there any other way to get the x,y coordinates of the mouse inside a javascript function?
Chosen solution
http://jsfiddle.net/CFs3c/ It works fine, you just only click on the text. :-)
Ler a resposta no contexto 👍 0All Replies (2)
Chosen Solution
http://jsfiddle.net/CFs3c/ It works fine, you just only click on the text. :-)
guigs modificouno o
For some reason when I do the same thing, but also pass in the id of a gmaps marker it doesn't work :'(