Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

187
Views
submit form update value image with ckeditor texarea value not update

update form serialize in ckeditor ajax all data is update but texarea value is not update ?

Javascript

<script>
  $(document).ready(function(){
        $(function(){
        $('#editjobspost').submit(function(e){
            e.preventDefault();
            CKEDITOR.instances.bio.getData();
                
                var form = $(this);
                var post_url = form.attr('action');
                var post_data = form.serialize();
                $('#loader3', form).html('<img src="<?php echo base_url() ?>/assets/images/loader.gif" />       Please wait...');
                $.ajax({
                    type: 'POST',
                    url: "<?php echo base_url() ?>company/edit-jobs-information",
                    data: post_data,
                    success: function(msg) {
                        
                       alert("done");
                    }
                });
            });
        });
         });  
    
    
</script>

error only textarea value is not update

<textarea class="new-text-area" name="bio" id="bio" class="form-control" placeholder="Write Here...."><?=$rid[0]['bio'];?></textarea>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!