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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:10:01+00:00 2026-05-13T01:10:01+00:00

I am stuck with the problem of table expanding. I am populating data into

  • 0

I am stuck with the problem of table expanding. I am populating data into a table, and the last column of the table has more content in it, So using jquery is to possible to get all the text in the last column of a table row, append the details into the next row ? Why i am trying this weird thing is to use jQuery table expand plugin… any tips.. please post…

Sample table data before jQuery manipulation

<table width="700" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td>001</td>
        <td>Name</td>
        <td>1210 W. Valley Dr, Los Angeles, 91742</td>
      </tr>
      <tr>
        <td>002</td>
        <td>Name</td>
        <td>PO BOX 1719, Chicago, 60608</td>
      </tr>
      <tr>
        <td>003</td>
        <td>Name</td>
        <td>RR 3 BOX 78, Kaufman, 75142</td>
      </tr>
    </table>

Result table data after jQuery manipulation

<table width="700" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>001</td>
    <td>Name</td>
    <td>View</td>
  </tr>
  <tr>
    <td colspan="3">1210 W. Valley Dr, Los Angeles, 91742</td>
  </tr>
  <tr>
    <td>002</td>
    <td>Name</td>
    <td>View</td>
  </tr>
  <tr>
    <td colspan="3">PO BOX 1719, Chicago, 60608</td>
  </tr>
  <tr>
    <td>003</td>
    <td>Name</td>
    <td>View</td>
  </tr>
  <tr>
    <td colspan="3">RR 3 BOX 78, Kaufman, 75142</td>
  </tr>
</table>
  • 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-13T01:10:01+00:00Added an answer on May 13, 2026 at 1:10 am

    jQuery has 50 million ways to do one task, but this will do what you want:

    $(function(){
        $('table tr td:nth-child(3)').each(function(){                
            var $this = $(this);
            $this.clone().attr('colspan', 3)
                 .wrap('<tr></tr>').parent().insertAfter($this.parent());
            $this.text('View');
        })
    })
    

    This clones the original td, wraps it in a tr and inserts it after the parent of the original td. Finally, it resets the text to View

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

Sidebar

Ask A Question

Stats

  • Questions 253k
  • Answers 254k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I'd suggest you start it by using MVC 2 RC.… May 13, 2026 at 10:02 am
  • Editorial Team
    Editorial Team added an answer I talked to the database architect from wordpress.com, the hosting… May 13, 2026 at 10:02 am
  • Editorial Team
    Editorial Team added an answer Try http://www.xneat.com/application-builder/index.htm looks trusted May 13, 2026 at 10:02 am

Related Questions

I am using SQLite in an application that I am developing. I am trying
I am attempting to build a .PLY parser to load 3d models stored as
I have a server-side php-script that fetches results from a MySQL table. I am
Being stuck with a legacy database schema that no longer reflects your data model

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.