Is there a way to set part of the text of the textarea with style. For example if i have a text area with this value:
Hi, how are you
I'd want this :
hi how are you
Setting the words that I want in bold and not all the values wrote in the text area. I would like do it with jQuery maybe a plugin or something.
My text area:
<textarea id="txtMessageFields" cols="20" rows="2"></textarea>