How to Change the Color Of Certain Words In Textarea using Jquery ?
For instance, i have a textarea <textarea id="txt"> </textarea>
When i type into the textarea, certain words like "is, a , was ..." should be colored or highlighted.
The aim is to create a ultra simple HTML syntax highlighter for my project that's all !