the editor instance "editor_name" is already attached to the provided elementQuestions › Category: Technology › the editor instance "editor_name" is already attached to the provided element 2 Vote Up Vote Down Manish asked 4 weeks ago the editor instance “editor_name” is already attached to the provided element?1 Answers 3 Vote Up Vote Down Best Answer devchandan Staff answered 4 weeks ago <script type="text/javascript"> if(typeof CKEDITOR !== 'undefined' && CKEDITOR.instances["editor_name"]){ CKEDITOR.instances["editor_name"].destroy(true); } </script>