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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:06:38+00:00 2026-05-26T05:06:38+00:00

i have a href link under my table and i want to be able

  • 0

i have a href link under my table and i want to be able to manipulate table rows by clicking on that link but i cant get them !

here is my html

<div>
  <div>  <a href="#remove" class="removelink" > remove </a> </div>

    <table>
    <tr> <td></td> </tr>
    </table>
 </div>

i want to do something like:

$('.removelink').click(function(){
$(this).parent().siblings('table tr:last').remove();
})

i can get to the table by

$(this).parent().siblings('table')

but i cant get rows by something like

$(this).parent().siblings('table tr')
  • 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-26T05:06:39+00:00Added an answer on May 26, 2026 at 5:06 am

    You can use find to get to the tr from the table:

    $('.removelink').click(function(){
        $(this).parent().siblings('table').find('tr:last').remove();
    });
    

    Here’s a working example. If your HTML structure is always exactly as you’ve shown, you could use next() instead of siblings('table') for slightly shorter code.

    The problem with your current code is that siblings('table tr') will look for a sibling of the div which is a tr, and there are none!

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

Sidebar

Related Questions

I have a -link element that has href link to page, but I have
I have a <a href=someaddress> link that also has a onclick function under a
I have used href link in the flexigrid rows. on Click it takes me
I want to identify anchor tags that have an href containing a particular string
I have a question about the href link, tried googling it but could not
I have an HTML page which contains an href tag. On clicking href link,
I have some problems with an xml that has a a href link, that
I have a javascript function that reformats a link. When a HREF link is
I have a href link to a pdf file that when clicked on it
I have the following a href link: <a href=@Url.Content(~/News/ +item.id+/+item.NewsSeoTitle)>title</a> That i use for

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.