Is there any way to add the variable into the jQuery command like this :
var id = 10;
var msg = CKEDITOR.instances.contentedit+id.getData();
I expect
CKEDITOR.instances.contentedit10.getData();
from the code above
But it does not work for me and caused the errors as it does not properly add the variable to the command.