Guest User

Untitled

a guest
Jan 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var pos = document.activeElement.selectionStart;
  2. ...
  3. document.activeElement.setSelectionRange(pos,pos);
Add Comment
Please, Sign In to add comment