I need to select some text in a textarea with id="message" and then get the character count of that.
I'm assuming something with .length() is needed, but I'm not sure what it would require to actually get the selected text, and then use that to determine the length of it.
Thanks in advance