Example:
<div id="184" style="position: relative;" class="EditBox" tabindex="0" contenteditable="true">SomeText</div>
What I want to achieve is when the user copy the text, prevent copying its style. Is there a way using DOM or javascript or anything possible to do that?