Everytime a page loads I need to load text into the CK Editor using JQuery, in order to get data from CK Editor I use
var editor_data = CKEDITOR.instances[\'
Because its not an array then just replace the instance like this
CKEDITOR.instances.editor1.setData(html)