How do I change the text between a html tag that has an id that is inside a text area using jQuery.
<textarea><div id="tochange">Text</div></textarea>
How do I change the “text” inside #tochange , of course this will be display as HTML code as it is in textarea.
FIDDLE