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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T00:49:23+00:00 2026-05-30T00:49:23+00:00

The directive replaceWith as used in the code below only changes the target content

  • 0

The directive replaceWith as used in the code below only changes the target content once. If I send any other object the alert shows the proper value but not the div.

    function identify (thisobj) {
        alert(thisobj.value);
        $("#test").replaceWith(thisobj.value);
    }

The target element is shown below.

    <div id="canvas_container">
        <div id="test">This is a test</div>
    </div>

Various objects are being passed, here, each with a different value. But though the Alert() reflects the proper content, the #Test only allows a one time change and then it retains that value forever.

  • 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-30T00:49:25+00:00Added an answer on May 30, 2026 at 12:49 am

    replaceWith removes the #test element and replaces it with what you set (thisobj.value).

    To replace an element’s content, use .html() (or .text()).

    function identify (thisobj) {
        alert(thisobj.value);
        $("#test").html(thisobj.value);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any directive in C# that runs a code (server side code) only
I have a import directive in my inline .aspx page (no code-behind). Getting an
The only pre-process directive that I know about in VBScript / Classic ASP is
One HTTP Set-Cookie directive can only hold one cookie, is it right? I mean,
Does anyone know exactly what the @package directive is used for in Objective-C? The
I found this directive declared in Controls.pas (and also in other units) and I'll
I've got the directive <VirtualHost *> <Location /> AuthType Digest AuthName global AuthDigestDomain /
I know the #warning directive does not exist in vb.net... is there anything like
I know that the #warning directive is not standard C /C++, but several compilers
Is there a possible htaccess directive that can transparently forward request from index.php to

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.