We are using ckEditor version 3.6.2.0 in accordain sortable control inside div. when i moved the accordain below or after after accordain , we have capture the accordain active and deactive event on accordain droppable . on accordain drag we have get ckeditor value and on drop (deactivet) we have again set the ckeditor value. it' working on upto IE 10.0 but not working on crome ,safari ,mozela browsers.
Please find below my code for set data to ckeditor,
CKEDITOR.instances[$("#HiddenFieldID").val()].setData($("#HiddenFieldData").val(), function() {
this.checkDirty(); // true
});
the above function is not working on crome ,safari, mozela, but its working on upto IE 10.0