CKEDITOR.instances.testarea_아이디.setData(); CKEDITOR.instances.testarea_아이디.getData(); $(function() { //textarea에 CK에디터를 적용 CKEDITOR.replace( "noticeContents", { width:'100%', height:'400px', }); });