How to get ckeditor value with tags on ajax-submit ?
By Hardik Savani
• November 5, 2023
PHP
Javascript
jQuery
If you are use ckeditor for textarea and you need to fore ajax submit or form js submit, but you can't find ckeditor value in your controller or php file. So, first you have to update field using CKEDITOR.instances. so you can try to following code.
for ( instance in CKEDITOR.instances )
CKEDITOR.instances[instance].updateElement();