Possible Duplicate:
Change the Color Of Certain Words In Textarea using Jquery?
I'm working on a small project right now. I have a textarea that the user types words into. While the user is typing, I need the text to change color if they use certain words. For example, as lucy is typing the sentence "The brown cow jumped over the moon" the text would make the word "brown" a brown color, but live right after she types the space after "brown". I hope you understand :P Oh and jquery is an option.