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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:09:33+00:00 2026-05-27T12:09:33+00:00

I am using this jquery script to duplicate the first element inside a <div>

  • 0

I am using this jquery script to duplicate the first element inside a <div> with class scoll-box:

$(".scroll-box > *").first().clone().appendTo(".scroll-box");

I’d like to rewrite the appendTo() portion of the script to use a $(this).parent specification so the script can be run on multiple instances of the .scroll-box element. How would I do this?

The original HTML looks like this:

<div id="scroll-box" class="scroll-box">
    <div>Line 1</div>
    <div>Line 2</div>
    <div>Line 3</div>
</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-05-27T12:09:34+00:00Added an answer on May 27, 2026 at 12:09 pm

    To refer to a different element each time, the best thing to do is .each, in which this is one of the set of elements each time:

    // for each .scroll-box
    $(".scroll-box").each(function() {
        // clone first child and append to this .scoll-box
        $(this).children().first().clone().appendTo(this);
    });
    

    .parent() is not necessary this way, since this refers to a .scoll-box element.

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

Sidebar

Related Questions

i'm using this jquery script: $(document).ready(function(){ $(#basketItemsWrap li:first).hide(); $(.productPriceWrapRight a img).click(function() { var productIDValSplitter
Im using jquery 1.3.2 and this is the code: <script type=text/javascript> //<![CDATA[ jQuery(function(){ jQuery('.news_bullet
After loading a PHP template (using jQuery's load function), this simple script won't make
I am using a jquery script called datatables, this adds a lot of functions
I using this jquery script to open a dialog on my page. I have
I am using this script to load pages in a css frame (div#maincontent). I
I tried to call bit.ly API using this jQuery script: $.get('http://api.bit.ly/shorten?login=bitlyapidemo&apiKey=R_0da49e0a9118ff35f52f629d2d71bf07&version=2.0.1&longUrl=www.wordpress.com', function(data) { alert(data);
I am using this jQuery menu script: (function($) { $.fn.blowfish = function() { //
I'm using this jQuery Validation script to submit my form(s), but I need some
Currently I'm using this jquery script combining with php (doesn't matter): <script type=text/javascript charset=utf-8>

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.