Why doesn't the document.execCommand work when I click on a div?

前端 未结 3 611
小鲜肉
小鲜肉 2020-12-16 04:19

Both the button and the div have the same \'onclick\' code, yet the execCommand only seems to work on the button. Is there any way I can make it work when pressing the div?<

3条回答
  •  春和景丽
    2020-12-16 05:03

    See this fiddle :- http://jsfiddle.net/ZzL8y/4/
    This is not the complete answer but these links might help you:-

    1> set execcommand just for a div

    2> select all text in contenteditable div when it focus/click

提交回复
热议问题