$('#ckeditor textarea').ckeditor(function() { var editor = $('#ckeditor textarea').ckeditorGet(); editor.on('contentDom', function() { editor.document.on('keyup', function(event) { /* do stuff */ }); }, { skin : 'office2003' });
$('#ckeditor textarea').ckeditor(function() { var editor = $('#ckeditor textarea').ckeditorGet(); editor.on('contentDom', function() { editor.document.on('keyup', function(event) { /* do stuff */ }); }, { skin : 'office2003' });