Issue
Please i need to change color of a single character in textarea using JQuery.
Solution
I changed the textarea by a content editable div:
<div contenteditable="true"></div>
div {width:98%;clear: both;font-size: 10pt;max-width:98%;height:250px;min-height:98%;
left:10px;right:10px;background-color:#fff;border:1px solid #1c578d;bottom:10px;top:10px;color:#1B4A90;overflow:auto;
display:inline;}
Answered By - HGK
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.