Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7755995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:42:20+00:00 2026-06-01T12:42:20+00:00

I use ckeditor with a default content. Then I initialize (replace textarea) CKEditor with

  • 0

I use ckeditor with a default content. Then I initialize (replace textarea) CKEditor with jquery and I edit the text.
The problem is that var data = $( ‘textarea.editor’ ).val(); returns default content and also getData().
What I have to do to grab the actual content?
Thank you very much

var ed = $( '#ed' ).ckeditor(
      {toolbar :[
                 { name: 'basicstyles', items : [ 'Bold','Italic' ] },
                 {name: 'link', items:['Link']},    
                 { name: 'colors', items : [ 'TextColor' ] }
                ]
       }
      );
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T12:42:21+00:00Added an answer on June 1, 2026 at 12:42 pm

    From the developers guide: http://docs.cksource.com/CKEditor_3.x/Developers_Guide/jQuery_Adapter

    You need to make sure that your jQueryAdapter script is included after the ckeditor script.

    In order to create editor instances, load the usual CKEditor core script file as well as the jQuery Adapter file, in the following order:

    <script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
    <script type="text/javascript" src="/ckeditor/adapters/jquery.js"></script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use Ckeditor for Entering text and I want to save that
<textarea name=page[content] id=content class=medium-width style=height:100px;></textarea> <script type=text/javascript> CKEDITOR.replace( 'page[content]' ); $('#btn').click(function(){ CKEDITOR.instances.page[content].updateElement(); }); </script>
My problem is that I'm using the CKEditor 3.4 plugin for jQuery, and it's
I've created a page that uses the CKEditor javascript rich edit control. It's a
I use ckeditor in my website, which supports page breaker. The sample content contains
With CKEDITOR, when I use JS to get the contents of the Text Editor,
I am trying to get CKEditor to use an unique ID that I can
I created a blog (for coding practice). I use a Rich Text Editor (ckeditor)
In the system I'm building I use CKEditor for writing posts. Then, when I
I use CKEditor to enter rich text descriptions in different views. My ckeditor tags

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.