current x,y coordinates of cursor in text area using javascript
Posted
by Wind Chimez
on Stack Overflow
See other posts from Stack Overflow
or by Wind Chimez
Published on 2010-06-17T06:02:13Z
Indexed on
2010/06/17
6:23 UTC
Read the original article
Hit count: 363
How can i get current x & y position of my CURSOR within a text area using javascript. The event is a Keyup event, not a mouse event.
I am not looking for the current cursor position in terms of charecter but x , y coordinates.
© Stack Overflow or respective owner