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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:03:07+00:00 2026-05-16T18:03:07+00:00

I am trying to add a row to existing table by using clone() method.

  • 0

I am trying to add a row to existing table by using clone() method. It is working fine and I also want to change CSS class name for all div elements under each td from the original row. Basically I want to make some td elements as editable. I have tried this by adding “row.find(“td div”)…” as you see in the code, but this code has no effect at all. Any suggestions?

 $("#create_blank_scenario").click(function(){
                var row = $('#sortable_offer_table tbody tr:first').clone(true);

                row.find("td div").addClass("editable");

                row.insertBefore('#sortable_offer_table tbody tr:first');
});
  • 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-16T18:03:07+00:00Added an answer on May 16, 2026 at 6:03 pm

    Perhaps there is an issue with your markup, as your code seems to be working just fine for me. Here’s a demo of it working: http://jsfiddle.net/gkEbp/

    I created some dummy html:

    <table id="sortable_offer_table">
        <tr>
            <td><div>My Text</div></td>
            <td><div>My Other Text</div></td>
            <td><div>My Final Text</div></td>
        </tr>
        <tr>
            <td><div>My Text</div></td>
            <td><div>My Other Text</div></td>
            <td><div>My Final Text</div></td>
        </tr>
        <tr>
            <td><div>My Text</div></td>
            <td><div>My Other Text</div></td>
            <td><div>My Final Text</div></td>
        </tr>
    </table>
    
    <br/><br/>
    
    <button type="button" id="create_blank_scenario">Create Blank</button>
    

    Added a CSS rule to highlight .editable and ran your code against it. As you can see, it works.

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

Sidebar

Related Questions

I'm trying to add a row to an existing spreadsheet using list feed. But
Hi I was trying to add a row to a table using jQuery, but
I am trying to add style to a table row in C# code. However,
I am trying to add a new row in a table via javascript. I
I'm trying to add values to a table using jQuery - unfortunately, I don't
I'm trying to add a table row with ajax/jquery that has a form element
I'm trying to add a row to an InnoDB table with a simply query:
I am trying to add a new row to an existing datagridview in a
I am trying to add a row to a table. I found that we
I'm trying to add new row which is clone of current row. I tried

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.