Closed GRA0007 closed 9 years ago
How would I go about adjusting the code to count words in a non-input element? i.e. an div element with a 'contenteditable' attribute.
This is already possible using the default syntax. You can use either the live or the once method, both work just fine.
live
once
How would I go about adjusting the code to count words in a non-input element? i.e. an div element with a 'contenteditable' attribute.