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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:50:37+00:00 2026-06-14T07:50:37+00:00

I understand how to get the attribute of an table object $(‘#tableid tr’).attr(‘data-id’) that

  • 0

I understand how to get the attribute of an table object $('#tableid tr').attr('data-id') that uses HTML5 data- attributes. However when I try to remove the row based on the data-id attribute, it doesn’t seem to work.

When I did something like this:

var theRowId = $('#tableid tr').attr('data-id');
$('#tableid tr#'+theRowId).remove();

it didn’t work. Html 5 data-attributes should be handled like any other attribute, correct?

  • 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-14T07:50:39+00:00Added an answer on June 14, 2026 at 7:50 am

    You need to pass the Index of the tr you want the data-attribute from

    $('#tableid tr:eq(0)'); // First row in table

    $('#tableid tr:eq(1)'); // Second row in table

    Because there might be multiple rows in the table

    var theRowId = $('#tableid tr:eq(1)').attr('data-id'); // Get the Second Row id
    $('#tableid tr#'+theRowId).remove();  // Remove the row with id
    

    OR if you know the ID of the Row.. simply do this

    $('#tableid tr[data-id="'+theRowId+'"]').remove();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i understand that some files get published to this folder in my application. i
I understand that pthread_cond_wait() is documented to get spurious wake ups and the caller
I get that asterix is for pointers, and I understand about pointers now. But
I have a table with data that needs to be updated at run-time by
I have two tables that I would like to get data and from by
I understand how Enums work in C#, and I get what the Flags attribute
I'm trying to understand how to get librsync to work (ie. make signature/make delta/patch)
My main problem is I don't understand how to get the position of the
I cant understand what this warning I get on Xcode is about. Searching for
I'm trying to understand why my code get stuck in the for loop of

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.