Not saved the first time ckeditor. I watched this topic on the forum, I could not figure it out.
I am writing JS code here, I hope it will be enough !:
<script type="text/javascript" language="javascript"> function call() { var msg = $('#formx').serialize(); $.ajax({ type: 'POST', url: 'save.php', data: msg, success: function(data) { $('#save').html(data); }, }); } </script>