i am trying to get tinymce data but getting tinyMCE undefined error. Here is my code:
function savePost( ){ console.log( jQuery(\'#wp_tinymce_editor\')
and in jquery, you can do like this.
var content = tinymce.get("texteditor").getContent();