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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:45:16+00:00 2026-06-17T14:45:16+00:00

I have the following table mark up <table> <tr> <td> <checkbox /> </td> <td

  • 0

I have the following table mark up

<table>
 <tr>
  <td>
   <checkbox />
  </td>
  <td id="delete">

  </td>  
 </tr>
 <tr>
  <td>
   <checkbox />
  </td>
  <td id="delete">

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

What I want to achieve is –
When a user clicks a checkbox in one of the columns, I want to add a class to the column (id of delete) in the same row. How can I achieve this? The column may not be in the column beside the checkbox.

  • 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-17T14:45:17+00:00Added an answer on June 17, 2026 at 2:45 pm

    Firstly you should use class of delete as id attributes must be unique, then something like this should work:

    $('input[type="checkbox"]').change(function() {
        $(this).closest('td').siblings('.delete').addClass('foo');
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following mark-up: <table> <thead> ... </thead> <tbody> <tr> <td> <span class='select_me'
Let's assume I have the following table class: class TestTable(tables.Table): id = tables.Column() description
I have the following table UserID | User knows -------------------- a | b a
I have the following table that lists all awarded cups: Name: Cups Columns: Month,
Lets say I have the following table User_ID Manager_ID --------------------- Linda Jacob Mark Linda
I have the following table: what i want to do is group: group by
I have the following table schema: create table SerialNo2( IncarnationID_UID counter primary key, Mark
I have the following tables: Category table which has an ID column, a description
I have the following text that I want to capture as a table: question,answer
I have following Table with records for ActivityLog: ID, UserId, Category, Created 1 11

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.