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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:12:48+00:00 2026-06-15T11:12:48+00:00

Hey im trying to access a specific row. I have the id attr of

  • 0

Hey im trying to access a specific row. I have the id attr of the tr I wan’t to get.

My table looks like this:

<tbody role="alert" aria-live="polite" aria-relevant="all">
    <tr id="1" class="odd">
        <td class=" sorting_1">bla</td>
    </tr>
    <tr id="3" class="even">
        <td class=" sorting_1">hej</td>
    </tr>
    <tr id="4" class="odd row_selected">
        <td class=" sorting_1">sdf</td>
    </tr>
    <tr id="8" class="even">
        <td class=" sorting_1">testgfdgvcxbvcbcv</td>
    </tr>
    <tr id="9" class="odd">
        <td class=" sorting_1">testgfdgvcxbvcbcvfdgsgfdgdfs</td>
    </tr>
</tbody>

Here i need to access
But I can’t figure out how to access this.

  • 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-15T11:12:49+00:00Added an answer on June 15, 2026 at 11:12 am

    Well, you should usually avoid having numeric-only id’s (unless you are using 100% HTML5!). And you should definately make sure id’s are unique on your page.

    But you should be able to use jquery selector

    $('#1')
    

    Assuming you’re not using HTML5, then you should change your markup to use a more standard ID:

    <tbody role="alert" aria-live="polite" aria-relevant="all">
        <tr id="row1" class="odd">
            <td class=" sorting_1">bla</td>
        </tr>
        <tr id="row3" class="even">
            <td class=" sorting_1">hej</td>
        </tr>
        ...
    

    Then you would access a particular row using

    $('#row1')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey all. Ive got a headache trying to get my head around this. I
Hey Im trying to extract certain information from a string. The String looks like
Hey! I am trying to get ant installed and actually already did following this
Hey i'm trying to access a windows share to get a given XML file
hey I'm trying to figure out what this element is in an app I
Hey i am trying to change the background color of a div. I have
Hey guys I've been trying all day to get an ant file to automatically
Hey trying to get a validation check working on a boolean field called 'activated'.
Hey, i'm trying to get a project to work, but i am having trouble
Hey guys I'm creating a jquery plugin and I'm trying to either get the

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.