I've been looking to add a word and character count to a textarea using jQuery although all I've found are plugins to limit characters and words.
I would like to update in real-time, so that every time a user adds a character, or a word, the counter updates.
Is there a simple way to check for words and characters?