Does anybody know how to move the cursor in a textbox to a particular position?
For example if a textbox (e.g. input element, not textarea) has 50 characters in it and I ...
I am developing a text editor which allows users to input HTML text boxes in the document. e.g if the user writes 'Hello world', places the caret between 'hello' and 'world' ...