When fetching data from CKEditor,
var data_tc = CKEDITOR.instances ['txt_editor_tc'].getData();
When setting data to CKEditor,
CKEDITOR.instances['txt_editor_sc'].setData('test');
These two lines of code are used to obtain CKEditor when using JQuery or JS Or used when setting CKEditor data.