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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:05:19+00:00 2026-05-28T17:05:19+00:00

<table> <tr> <td><input type=checkbox></td><td>aa</td><td>ss</td> </tr> <tr> <td><input type=checkbox></td><td>aa</td><td>ss</td> </tr> <tr> <td><input type=checkbox></td><td>aa</td><td>ss</td> </tr> </table>

  • 0
<table>
    <tr>
        <td><input type="checkbox"></td><td>aa</td><td>ss</td>
    </tr>
    <tr>
        <td><input type="checkbox"></td><td>aa</td><td>ss</td>
    </tr>
    <tr>
        <td><input type="checkbox"></td><td>aa</td><td>ss</td>
    </tr>
</table>

LIVE: http://jsfiddle.net/6U5WH/

How is the best method for check and uncheck checkbox if i click on TR with current checkbox? Is possible with only HTML (label ?)? If not I would like use jQuery.

  • 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-28T17:05:20+00:00Added an answer on May 28, 2026 at 5:05 pm
    // when the row is clicked toggle the checked property
    $('tr').click(function() {
         var $cb = $(this).find(':checkbox');
         $cb.prop('checked',!$cb.prop('checked'));
    });
    // prevent a click on the actual checkbox from bubbling to the row
    $('tr :checkbox').click( function(e) {
         e.stopPropagation();
    });
    

    Updated fiddle: http://jsfiddle.net/6U5WH/1/

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

Sidebar

Related Questions

<table> <tr> <td> <input type=checkbox id=41 value=1> Don't overwhelm yourself <span style=color:black;float:right>111111</span> </td> </tr>
I have this input text: <html><head><meta http-equiv=content-type content=text/html; charset=utf-8></head><body><table cellspacing=0 cellpadding=0 border=0 align=center width=603>
<table id=tab> <tr><td><input type=checkbox></td><td aaa=111>sdf</td><td bbb=222>sdfsd</td><td ccc=333>trs</td></tr> <tr><td><input type=checkbox></td><td aaa=342>hjk</td><td bbb=274>sdfsd</td><td ccc=337>sdg</td></tr> <tr><td><input type=checkbox></td><td
<table> <tr><td>aaa</td><td><input type=checkbox name=yes[] value=aaa checked /></td></tr> <tr><td>bbb</td><td><input type=checkbox name=yes[] value=bbb /></td></tr> <tr><td>ccc</td><td><input type=checkbox
My HTML code is <table> <tr><td><input type=checkbox></td><td><input type=checkbox></td></tr> <tr><td><input type=checkbox></td><td><input type=checkbox></td></tr> <tr><td><input type=checkbox></td><td><input type=checkbox></td></tr>
I have following html: <label for=live>Live</label> <input type=checkbox name=live id=live /> How to save
I have a need to find and manipulate <input type=checkbox> from a table. At
I have html document with table like: <tr> <td width=3%><input type=checkbox, name=chk></td> <td width=10%>101</td>
My html: <div id=dvUser> <table id=tblUser > <tbody> <tr> <td> <input class=sfCheckBox type=checkbox title=view
i have a form with checkboxes like this: <input type=checkbox name=type[] value=1 />Fast Food<br>

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.