I\'m using CKEditor. I am saving the form values with ajax using page methods.
But the content of CKEditor value cannot be saving into the table.
I dont post
Using Pure Vanilla Javascript / Jquery or in any javascript library :
If you have Ckeditor loaded in below text-area:
Then you can get content inside textarea as below:
var txtNotes = document.getElementsByClassName('ck-content')[0].innerHTML;