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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:32:23+00:00 2026-05-23T21:32:23+00:00

<table> <tr> <td>aaa</td> <td>111</td> </tr> <tr> <td>aaa</td> <td>222</td> </tr> <tr> <td>bbb</td> <td>111</td> </tr> <tr>

  • 0
             <table>
                <tr>
                   <td>aaa</td>
                   <td>111</td>
                </tr>
                <tr>
                   <td>aaa</td>
                   <td>222</td>
                </tr>
                <tr>
                   <td>bbb</td>
                   <td>111</td>
                </tr>
                <tr>
                   <td>bbb</td>
                   <td>222</td>
                </tr>
             </table>

In this example second row first cell value ‘aaa’ and third row first cell value ‘bbb’ are not same. Now How to add a new table row between second row and third row.

  • 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-23T21:32:24+00:00Added an answer on May 23, 2026 at 9:32 pm

    You can use $() to create elements from markup, and insertBefore() to add them before a specific element:

    $("tr").each(function() {
        var $prev = $(this).prev("tr");
        if ($prev.length
            && $("td:first", $prev).text() != $("td:first", this).text()) {
            $("<tr><td>New</td><td>Row</td></tr>").insertBefore(this);
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<table id=tab> <tr><td><input type=checkbox></td><td aaa=111>sdf</td><td bbb=222>sdfsd</td><td ccc=333>trs</td></tr> <tr><td><input type=checkbox></td><td aaa=342>hjk</td><td bbb=274>sdfsd</td><td ccc=337>sdg</td></tr> <tr><td><input type=checkbox></td><td
<table> <tr><td>aaa</td><td><input type=checkbox name=yes[] value=aaa checked /></td></tr> <tr><td>bbb</td><td><input type=checkbox name=yes[] value=bbb /></td></tr> <tr><td>ccc</td><td><input type=checkbox
I have this html code <div id=div1> <span>Title</span> </div> <table id=table1> <tr> <td>AAA</td> <td>BBB</td>
I have this nested table structure. Is it possible to merge 111 and 222
I have this table: first_name | last_name abc def aaa bbb ... ... I
So I have this table in my database Item Cat1 Cat2 -------------------- Aaa Red
I have a SQL table that looks like this: AAA, Amanda, Anthony AAA, Anna,
My table is something like this: _id time name isNotFirstEntry 1 55555 aaa 0
I have table with, folowing structure. tbl id name 1 AAA 2 BBB 3
I have table: ID Note 1 1 aaa 2 1 bbb 3 1 ccc

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.