Instantiate TinyMCE via JS ( rather than PHP/wp_editor )
Updated for TinyMCE 4 I’ve made some progress Load a wp_editor in the initial page load in a hidden div, then do the AJAX call to grab the editor markup. While in PHP, you will need to retrieve the IDs of the editors created via wp_editor calls. Unfortunately, the variables on the _WP_Editors class are … Read more