Remove formatting from a contentEditable div

前端 未结 8 800
醉话见心
醉话见心 2020-12-25 11:40

I have a contentEditable Div and I want remove any formatting especially for copy and paste text.

8条回答
  •  -上瘾入骨i
    2020-12-25 12:10

    Have you tried using innerText?

    ADDED:

    If you want to strip markup from content pasted into the editable div, try the old hack of creating a temporary div -- see example below.

    
    
    
     
       
      Strip editable div markup
    
      
    
    
    
      

提交回复
热议问题