Skip to content

Instantly share code, notes, and snippets.

@scottdavis
Created July 23, 2010 01:55
Show Gist options
  • Save scottdavis/486906 to your computer and use it in GitHub Desktop.
Save scottdavis/486906 to your computer and use it in GitHub Desktop.
function remove_ck_instances() {
$.each(CKEDITOR.instances, function(instance) {
CKEDITOR.remove(CKEDITOR.instances[instance]);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment