change text between html tags that are inside a textarea jquery

hydcytispeak

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