When copying text from other places, even the styles are copied. How to clear the original tags and styles?
人生最曼妙的风景,竟是内心的淡定与从容!
Open Notepad, paste, then select all, cut, and then copy.
Reference: https://stackoverflow.com/que... Example: (may not open) http://jsfiddle.net/ch6yn/
The following is an example I wrote myself:
<p id="editArea" contenteditable oninput="this.innerHTML = this.innerText"> </p>
Open Notepad, paste, then select all, cut, and then copy.
Reference: https://stackoverflow.com/que...
Example: (may not open)
http://jsfiddle.net/ch6yn/
The following is an example I wrote myself: