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

  • Home
  • SEARCH
  • 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 7055365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:44:22+00:00 2026-05-28T03:44:22+00:00

I couldn’t post the textarea value with ajax in elRTE rich text editor. The

  • 0

I couldn’t post the textarea value with ajax in elRTE rich text editor.

The editor demo page is like below;

http://elrte.org/demo

and I use the code below;

$.ajaxSetup({
    type: "POST",
    url: "forms.php",
    cache: false,
    dataType: "html"
});

$("input.add").live("click", function(){
    $.ajax({
        data: {action: 'add', tag: $('input.tag').val(), description: $('#editor').val()},
        success: function(data){
            $("#message").html(data);
        }
    });
});

I have tried couple of different ways to send the textarea value, but couldn’t achieve.

  • 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-05-28T03:44:23+00:00Added an answer on May 28, 2026 at 3:44 am

    Just taking a quick look at your demo page I notice that your #editor "textarea" is not actually a textarea, it’s a DIV made to look like a text area. So $('#editor').val() wont work. I would suggest using $('#editor').html() instead but #editor isn’t the actual editor div, so that won’t actually get you where you want to be. Shyju’s answer gets it right with selecting the actual div and using .html() to get the contact.

    But I just looked at the site a bit further and there appears to be a javascript api that allows you to easily get the data you want: $('#editor').elrte('val');
    http://elrte.org/redmine/projects/elrte/wiki/JavaScript_API_EN

    Another problem that you may run into is that you’re currently doing your ajax request via GET (the default method), but since the description value could be very large it could be too big for the URL’s maximum length restriction. I would suggest using POST instead of GET for your ajax request instead. Ie: type: “POST“

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I couldn't get the POST value in servlet page. my previous question related to
Couldn't comment on this post, which states the problem I'm experiencing: jQuery remove() on
I couldn't really find this in Rails documentation but it seems like 'mattr_accessor' is
Couldn't find this directly on the NHAML project page, so i was wondering if
Couldn't find a method like the int executeUpdate(String sql, int autoGeneratedKeys) in php. I
(couldn't think of a better title, sorry) So I've got my layout page, on
I couldn't find any useful information on Microsoft's site, so here is the question:
I couldn't find anything about getting the total JSON record count using jQuery. Here
I couldn't find an answer - does NHibernate supports MsSql2008? For example - can
I couldn't find a suitable title for this. I'm going to express my query

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.