Getting keypress cursor co-ordinates
Posted
by nijikunai
on Stack Overflow
See other posts from Stack Overflow
or by nijikunai
Published on 2010-04-12T09:29:43Z
Indexed on
2010/04/12
9:33 UTC
Read the original article
Hit count: 272
JavaScript
|cursor-position
I'm writing a simple browser based ide with intellisense (code completion) support. So whenever the user inserts a dot (.) character, I need to display a div element (as context menu) near the cursor.
Can this can be done and if yes how?
Thanks in advance!
© Stack Overflow or respective owner