I have an editor input for adding resume.When user click edit button the editor is loaded via ajax.Here is the code for loading editor:-
jQuery('#resumeEditor').wysihtml5();
When the user clicks the cancel button and again tries to edit the resume, multiple editor toolbar appears. I think I have to delete all instance of editor.But I dont know how!
Any help appreciated.....
I had à similar problem and resolved with this code
removing the HTML tags by hand, I tried to find some kind of function to remove and have not had succeed