JQuery Tambahkan pendengar acara ke ckeditor

CKEDITOR.instances['emailBody'].on('blur', function(e) {
    if (e.editor.checkDirty()) {
        var emailValChanged=true; // The action that you would like to call onChange
    }
});
Shiny Stork