1
Is there any way to get the cursor position relative to the screen when I’m typing in a textarea?
Ex: I type some character, call a jquery keyup function and take the position where the cursor is stopped, relative to the screen?
Edit: I think I expressed myself badly, I want to get the position of the last character I typed, relative to the screen.
this function looks good, but I tried to do in the event "keyup" and it did not work
– Ricardo Afonso
Show me how you’re trying to do it.
– Skramewell