/ Published in: JavaScript
Expand |
Embed | Plain Text
function moveCaret(e, n) { e.selectionStart = e.selectionEnd = n; }
You need to login to post a comment.
kif on 08/18/06
1 person have marked this snippet as a favorite
function moveCaret(e, n) { e.selectionStart = e.selectionEnd = n; }
You need to login to post a comment.