How to add data to CKEditor using JQuery September 6, 2023 by Tarik Try this: CKEDITOR.instances['editor1'].setData(html) Where ‘html’ is a string containing content to edit.