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 8479893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:09:33+00:00 2026-06-10T19:09:33+00:00

I have come across http://redactorjs.com which is a very nice wysiwig editor that has

  • 0

I have come across http://redactorjs.com which is a very nice wysiwig editor that has on air ability. In other words, in one single line you can turn a static div into an editable text area on the fly.

I -do not- want to pay for it (for some reasons I won’t disclose) hence I am looking for an alternative.

Have you ever used a lightweight wysiwig jquery based editor that is easily usable on the fly?

I am looking for something I would use as follow:

$("#edit_btn").click(function({
     $("#my_div").turnIntoEditor();
}));

$("#save_btn").click(function({
     $("#my_div").post_content("http://target");
     $("#my_div").turnIntoStatic();
}));

Please do not mind the post_content thingy and other function names as they are just given for reference to show the kind of usage I am looking after.

Thank you

  • 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-10T19:09:35+00:00Added an answer on June 10, 2026 at 7:09 pm

    I finally went for ckeditor. I could use it easily as follow (poc):

                <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                <html xmlns="http://www.w3.org/1999/xhtml">
    
                    <head>
                        <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
                        <title>Title</title>
    
    
                        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
                        <script type="text/javascript" src="ckeditor/ckeditor.js"></script>
                        <script type="text/javascript" src="ckeditor/adapters/jquery.js"></script>
                        <script type="text/javascript">
                            $(document).ready(function(){
                                $("#edit").click(function(){
                                    $( '.editable' ).ckeditor();
                                });
    
                                $("#save").click(function(){
                                    var editor = CKEDITOR.instances['editor'];
                                    if (editor) { editor.destroy(); }
    
                                    alert($('#editor').html());
                                });
                            });
    
                        </script>
                    </head>
                <body>
                    <span id="edit">EDIT</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span id="save">SAVE</span><br/><br/>
                    <div class="editable" id="editor">
                        Some useless content
                    </div>
                </body>
                </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making a WYSIWYG webpage editor: http://brokenmyriad.com/editor2.php , however I have come across
I have come across the following link: http://code.google.com/p/a-star/source/browse/trunk/java/PathFinder.java?r=8 I have got the code working
i have come across a mysql database which has dates entered in a varchar
I'm working with the EXIF library at http://code.google.com/p/iphone-exif/ and I have come across a
This is one of the stranger things I have come across. http://cabbibo.com Basically, on
I have come across this website: http://www.fetchak.com/ie-css3/ It seems to work when I enter
I've been working on website recently and have come across a major problem :http://jimbob.webatu.com/index.html(you'll
Hi i have come across some urls of the type http://localhost/jsfweb/cat/query/ where query is
I have come across scripts that use: isset($_POST['submit']) as well as code that uses:
I have come across many articles which warn against using links to provide logout

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.