SyntaxFix
Write A Post
Hire A Developer
Questions
In IE to move cursor on some position this code is enough:
var range = elt.createTextRange(); range.move('character', pos); range.select();