Skip to content

Instantly share code, notes, and snippets.

@kingpabel
Created October 30, 2016 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingpabel/247fe5220fbab775d43068cab88980f9 to your computer and use it in GitHub Desktop.
Save kingpabel/247fe5220fbab775d43068cab88980f9 to your computer and use it in GitHub Desktop.
if (CKEDITOR.instances[‘previous_filed_name’]) {
CKEDITOR.instances[‘previous_filed_name’].destroy(true);
}
CKEDITOR.replace(‘new_filed_name’);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment