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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T03:51:41+00:00 2026-06-03T03:51:41+00:00

I have a table with a nested table… <table id=Table1> <tr> <td> Row 1

  • 0

I have a table with a nested table…

<table id="Table1">
    <tr>
        <td>
            Row 1 
        </td>
    </tr>
    <tr>
        <td>
            Row 2
            <table id="Table2">
                <tr>
                    <td>
                      Row 1 
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>

I use jQuery to find the tr row count…

var RowCount = $("#Table1 tr").length;

How do I write jquery to find ONLY the row count of the parent table Table1 and not the combined nested Table2 ? For example: the result I would be looking for would be RowCount = 2 and not RowCount = 3.

  • 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-06-03T03:51:41+00:00Added an answer on June 3, 2026 at 3:51 am
    // Using the DOM property:
    var rowCount = $("#Table1")[0].rows.length;
    // Or:
    var rowCount = $("#Table1 > tbody > tr").length;
    // Using the child selector, "parent > child"
    

    I’ve renamed RowCount to rowCount, because only consstructor names start with a capital, by convention.

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

Sidebar

Related Questions

I currently have a table with a nested table in it: <table class=datagrid id=report>
I have a number of tables, which have nested tables. I using jQuery to
I have an html table nested in an html table cell. I want the
I have a table that holds nested categories. I want to avoid duplicate names
I have an oracle table with nested tables in some of the columns. Now,
I am using a table nested in a table which happens to have the
for example,access example db, every student record have a nested table about guardians. http://img101.imageshack.us/img101/9881/53882937.jpg
I have a table nested inside of a another tables <td> . When a
I have a web page where I have a table nested inside of a
I have a nested table 3x3 <table> <tr> <td></td> <td></td> <td></td> </tr> <tr> <td></td>

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.