Character counter of textarea (tinymce)
-
Hey I’m trying to implement a character count using jQuery to display the user how many characters are left to reach the minimum required for a textarea (that is using tinymce). How can I accomplish this?
I managed to count it using the code ”?tinymce.activeEditor.getContent({format: ‘text’}).length;” but can’t seem to find a way of triggering this using tinymce’s keyup function. Can you help?
Best
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.