Is there any way to get the position of the cursor relative to the screen when typing in a textarea?
Ex: I type some character, call a jquery keyup function and get the position where the cursor is stopped, relative to the screen?
Edit: I think I mispronounced, I want to get the position of the last character I typed in relation to the screen.