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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:22:10+00:00 2026-05-28T05:22:10+00:00

I am trying to find, using JQuery, the row and column number of a

  • 0

I am trying to find, using JQuery, the row and column number of a table cell. However, my tables are nested:

<table>
    <tr>
        <td>
            <table><tr><TD></TD></tr></table>
        <td>
            <table>...</table>
    </tr>
    <tr>
    ...
</table>

The td object that JQuery should act on is the on on the inner table. I have noted it with capitals in the above code.

I’ve seen some examples for single tables – is there a way to do this for nested ones as well?

EDIT:

That is to say, I am trying to find the row and column number of the OUTSIDE table, but the object being acted on is an INSIDE td element.

  • 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-28T05:22:11+00:00Added an answer on May 28, 2026 at 5:22 am

    This will get you the parent td:

    $('#inner-td').parent().closest('td');
    

    Note: using just parent() will not work, since that only looks at the immediate parent. Using closest() on its own wouldn’t work either, since it’ll return the current td, because closest() looks for the closest element matching the passed selector, including the current element.

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

Sidebar

Related Questions

using jQuery i am trying to find out all the URLS that user has
I'm using jQuery 1.4.4 and I'm trying to find a plugin that will warn
Trying to access the Selected row of a GridView by using JQuery to find
I am trying to find and replace html data using jquery. The jquery script
I am trying to find a way to animate a div using jQuery to
I'm using the validate plugin from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ What i'm trying to find is a
Trying to find an example that has css rollover using sprites & sliding door
I'm using Eclipse / PyDev trying to find a way to debug code that
I'm trying to find eveything inside a div using regexp. I'm aware that there
I'm trying to find a jQuery selector that will match only the element that

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.