Published
- 1 min read
get tinymce value in jquery
The solution for this is noted below
get tinymce value in jquery
Solution
var myContent = tinymce.get('myTextarea').getContent()
Try other methods by searching on the site. That is if this doesn’t work