ItSolutionStuff.com

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();

Tags:
Hardik Savani

Hardik Savani

I'm a full-stack developer, entrepreneur, and founder of ItSolutionStuff.com. Passionate about PHP, Laravel, JavaScript, and helping developers grow.

📺 Subscribe on YouTube

We Are Recommending You

How to Add CKEditor Required Field Validation in JQuery?

Read Now →

Laravel CKeditor 5 Image Upload Tutorial Example

Read Now →