You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vartextarea=document.getElementById('#myTextarea');varcaret=newCaret(textarea)textarea.onkeyup=function(event){console.log(caret.position);// Prints out position object {x: int, y: int}};
About
Measure the position in pixels of the caret of a text input, relative to the page or to the input. No dependencies.