标签: javascript html contenteditable
可能重复: How to move cursor to end of contenteditable entity
如何将光标移动到可信任的div的末尾?我只需要一个在webkit中工作的解决方案,我不关心ie或ff。 越短越好。 : - )
答案 0 :(得分:3)
您看到的第一个答案适用于textarea,但不适用于满足要求的元素。
此解决方案用于将插入符号移动到可满足元素的末尾。
How to move cursor to end of contenteditable entity