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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:48:37+00:00 2026-05-27T15:48:37+00:00

I want to clone one row of a table, but when I clone, the

  • 0

I want to clone one row of a table, but when I clone, the new element’s name and id will be the same as the element from which it was cloned.

What I need is the cloned elements with a different name and id.

  • 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-27T15:48:38+00:00Added an answer on May 27, 2026 at 3:48 pm

    I would pass prop a map of key/value pairs to update these values after cloning:

    $("#selector").clone().prop({ id: "newId", name: "newName"});
    

    Cloned elements don’t exist in the DOM until you add them, so you’re not going to have to worry about duplicate ids until you do that.

    Example: http://jsfiddle.net/BbpRA/

    Update: In the comment you say you have 20 inputs you need to clone. I would create a function that takes the DOM element and the new id and name. You could even make a small plugin out of it:

    (function($) {
        $.fn.cloneWithProperties = function (properties) {
            return this.clone().prop(properties);
        };
    })(jQuery)
    

    Usage:

    $("#selector").cloneWithProperties({ id: "newId", name: "newName" });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have 2 tables, i want to add rows from one table to another,
I want to close out my old question start a new one with a
I want to use ExecuteReader with CommandBehavior to collect data from an SQL table
I am new sqlite. I have one table that having 3 columns 1. Id
I want select multiple (all) values from table Account. string query = SELECT *
Have a lot of tables on the page. I want to add new row
.NET I want to clone a value type's fields. How can i set a
I have a number of draggable images that I want to clone and then
I want to create a clone of the plug-in. I'm going to change the
I want v0.1.27 of nodejs code base. This is what I did. git clone

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.