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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:40:39+00:00 2026-06-17T11:40:39+00:00

Trying to do this on page load within same page: CSS: #item1, #item2, #item3

  • 0

Trying to do this on page load within same page:

CSS:

#item1, #item2, #item3 {visibility: hidden;}

HTML (these will not be shown)

<div id="item1">Something1</div> 
<div id="item2">Something2</div>
<div id="item3">Something3</div>

These div’s will be empty normally, but after page loads they will be populated based on what is on the above div’s.

<div id="real-content">
    <div id="duplicate-item1">Something1</div>
    <div id="duplicate-item2">Something2</div>
    <div id="duplicate-item3">Something3</div>
</div>

Any ideas?

UPDATE: I may try .clone() but will also look into the codes you guys posted below. Thanks in advance..

Turns out .clone() is the solution..

$('.hello').clone().appendTo('.goodbye');

How can I take the .above and turn that into more global? Say I have 20 div’s that need cloning?

  • 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-17T11:40:40+00:00Added an answer on June 17, 2026 at 11:40 am
    $('#idContainerWithHiddenDivs div').each(function(){
        var idToCopy = $(this).attr('id');
        vat newID = 'duplicate-'+idToCopy;
        var $newDiv = $(this).clone().attr('id', newID);
        $('#real-content').append($newDiv);
    });
    

    I think is a good way to do it.

    Quick example : http://jsfiddle.net/TQdrH/6/ corrected fiddler, the last one wasn’t working.

    Or maybe you may want to use this one : http://jsfiddle.net/TQdrH/11/ or you may want to try : http://jsfiddle.net/TQdrH/14/ after your last comment.

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

Sidebar

Related Questions

I'm trying to load a gif file within my .css file, like this: li.box_entry
I'm trying to load one page into another using the .load() method. This loaded
We're trying to create a .NET aspx page that will have a PDF within
I am trying to perform a simple JQuery AJAX page load within a CodeIgniter
im trying to customize this page indicator with half succes, but after many hours
Im trying to use this page slider jquery plugin, you can see the demo
I'm trying to retrieve this page using Apache HttpClient: http://quick-dish.tablespoon.com/ Unfortunately, when I try
I'm trying to redirect this page Page to a Jquery mobile website that I'm
On this page: http://www.palosverdes.com/sandbox/9slategrey/index.cfm I'm trying to put in a new menu (the one
I'm trying to add Modernizr to this page: http://www.alternativeradio.org/pages/test . Modernizr works fine and

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.