How to set the caret (cursor) position in a contenteditable element (div)?
I have this simple HTML as an example: <div id=”editable” contenteditable=”true”> text text text<br> text text text<br> text text text<br> </div> <button id=”button”>focus</button> … Read more