subject
div the contenteditable function can be copied into or accepted by HTML. If I copy an article from SF to this div, the original HTML tag of SF will be copied.
Code
<div contenteditable=true"></div>
question
- does not know
js,jquerywhat function can be implemented: if my copied content contains theHTMLtag, then automatically clear its tag, leaving only the text? - there are
< iframe src*=instagram(or< iframe >) headers in the content of theHTMLtag, and the otherHTMLheader tag is emptied, leaving only the text, and then added todiv?
