I was recently working on a comment feature that required the ability to comment on emoticons, so the First, comment on the district chief: When the input content exceeds the limit, clear the content after the user input exceeds the limit. This is easy... But after clearing the content, the cursor actually moved to the front, which is a headache. After various searches, I found a solution. Without further ado, here is the code! var _div = document.querySelector('.discuss_area'); var range = document.createRange(); range.selectNodeContents(_div); range.collapse(false); var sel = window.getSelection(); sel.removeAllRanges(); sel.addRange(range); All of them use native events, so This article is about solving the problem that when a div is set to contentEditable=true, the cursor cannot be positioned correctly after resetting its content. This is the end of the article. For more relevant content about div setting contentEditable=true, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! |
<<: Common naming rules for CSS classes and ids
>>: Detailed explanation of CSS background and border tag examples
Preface: js is a single-threaded language, so it ...
Table of contents Preface 1. Basic Data 2. Inheri...
Mysql 8.0 installation problems and password rese...
This article shares the specific code for JavaScr...
This article mainly introduces an example of how ...
There is no doubt that containers have become an ...
Table of contents Preface Asynchronous loading Pa...
Table of contents Preface 1. Array traversal meth...
Table of contents 1. Software and system image 2....
mysql create table sql statement Common SQL state...
HTML structure <body> <div class="w...
Experimental environment: 1. Three CentOS 7 serve...
Docker includes three basic concepts: Image: A Do...
Use the system crontab to execute backup files re...
Table of contents Overview 1. Define store.js 2. ...