Getting keypress cursor co-ordinates
- by nijikunai
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!