美文网首页
光标相关、contenteditable

光标相关、contenteditable

作者: merrylmr | 来源:发表于2019-02-12 20:48 被阅读5次

    功能

    使用div.contenteditable="true"实现插入字符、文字上标、下标;

    文字上标、下标:起始父节点和结束父节点相同才阔以。不同的还在探索中...

    知识点

    • getSelection、range对象属性

    Demo地址

    https://github.com/merrylmr/sample-rich-text/tree/develop

    相关文档

    https://www.cnblogs.com/strangerqt/p/3745426.html

    http://www.w3school.com.cn/xmldom/dom_range.asp

    https://segmentfault.com/a/1190000005869372

    相关文章

      网友评论

          本文标题:光标相关、contenteditable

          本文链接:https://www.haomeiwen.com/subject/tlbheqtx.html