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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T07:24:31+00:00 2026-05-18T07:24:31+00:00

my goal is to load three distinct div elements from an external HTML and

  • 0

my goal is to load three distinct div elements from an external HTML and insert it under the same div container of the parent HTML by using jQuery.

Currently, my code looks as follows (external HTML, excerpt):

 <div id="wrapper">
    <div id="content">Main.</div>
    <div id="rightcolumn">Right.</div>
    <div id="legendcolumn">Legend.</div>
 </div>

And I would like to insert all three div elements under div id=”inserted” into the parent HTML. In jQuery I found the load() function. However, it replaces all the content under the element and does not append it.

$("#inserted").load("external.html #wrapper");

This code replaces all previous elements under body.

  • 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-18T07:24:32+00:00Added an answer on May 18, 2026 at 7:24 am

    You can use the $.get or $.post ajax functions instead of the .load() function, which was designed to do one thing and one thing only. Your code will look something like this:

    $.get('external.html', function(data){
        $(data).find('#wrapper > div').appendTo('#inserted');
    });
    

    external.html will be accessible through the data variable, so we wrap it with the jQuery function, then find the elements we need before appending them to the correct element in the current page.

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

Sidebar

Related Questions

My goal is to create a texture from a webcam image. I get the
I'm using NHibernate 2.1.2, and would like to load a many-to-one association using a
All: I'm seeking input/guidance/and design ideas. My goal is to find a lean but
I am trying to drag and drop hierarchical data in the same advanced data
I have so many images in a slide show and I need serve this
I have a problem where my application aggressively consumes memory to a thrashing point
is there a way in c# to be able to ping a url every
There are two user controls, which are built dynamically. In the first control, I
I am trying to generate regular expressions based on some known texts. I assumed

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.