When copying text from other places, even the styles are copied. How to clear the original tags and styles?
人生最曼妙的風(fēng)景,竟是內(nèi)心的淡定與從容!
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>