I am wondering if it is possible to apply styling to content in a textarea as a user inputs text.
For instance:
<textarea>abcdefghijklmnopqrstuvwxyz</textarea>
Is there a way to highlight all the vowels in the textarea string above using javascript without altering the actual string sent when the form is submitted?