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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:51:09+00:00 2026-06-05T17:51:09+00:00

So I have this scenario <div id=editor contenteditable=true> <div id=list>Hello</div> </div> I want to

  • 0

So I have this scenario

<div id="editor" contenteditable="true">
    <div id="list">Hello</div>
</div>

I want to call

var html = $('<div id="replaced" contenteditable="false">Hello</div>');
$('#list').replaceWith(html);

The problem is I want the output to be like this:

<div id="editor" contenteditable="true">
    <div id="replaced" contenteditable="false">Hello</div><br />
</div>

I tried the following and it didn’t work: (Where this is the div replacing tmp.mention)

$('#'+tmp.mention).replaceWith(this).parent().after('<br />');

I want to do this because the div replacing tmp.mention has contenteditable set to false inside a div editor that has a contenteditable set to true. If there’s no
the user will not be able to type after the div…

  • 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-05T17:51:11+00:00Added an answer on June 5, 2026 at 5:51 pm

    Try this:

    $('#'+tmp.mention).replaceWith($(this).parent()).after('<br />');
    

    I think you need

    var html = $('<div id="replaced" contenteditable=false>Hello</div>');
    $('#list').replaceWith(html);
    

    DEMO

    But if you want to whole #editor then

    var html = $('<div id="replaced" contenteditable=false>Hello</div>');
    $('#list').parent().replaceWith(html);
    

    DEMO

    According to edit

    If you want output like

    <div id="editor" contenteditable="true">
        <div id="replaced" contenteditable="false">Hello</div><br />
    </div
    

    then try

    var html = $('<div id="replaced" contenteditable=false>Hello</div>');
    $('#list').replaceWith(html).after('</br>');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Well I would reproduce in a html page this scenario. I have a div
I have this scenario. I want group on Country and Category. A store can
Consider this scenario. I have an object, lets call it.... Foo. Foo raises a
Please cosider this scenario: I have a form with 3 drop down list.I place
I have this issue. I have tried everything. ValidateRequest=false.. and decoding and encoding html..
I have a div set up something like this: <div id=test> <p>Hello</p> <p style=display:
i have a website that uses a number of containers (div's). In this scenario,
I have this scenario well, i'll let the model explain. public class ScheduleMonthlyPerDayModel {
I have this scenario where I would like to redirect my domains using the
In my app, I have this scenario where I need to post an object

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.