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

  • Home
  • SEARCH
  • 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 917877
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T18:16:53+00:00 2026-05-15T18:16:53+00:00

I have that function: $(#tabela tr).toggle(function(){ $(this).addClass(zaznaczone); $(this).find( :checkbox).attr(checked, 1); },function(){ $(this).removeClass(zaznaczone); $(this).find( :checkbox).attr(checked,

  • 0

I have that function:

$("#tabela tr").toggle(function(){
    $(this).addClass("zaznaczone");
    $(this).find(" :checkbox").attr("checked", "1");
},function(){
    $(this).removeClass("zaznaczone");
    $(this).find(" :checkbox").attr("checked", "");
});

and it’s fine when i click on “tr” but when i click on checkbox this line response but checkbox not. It’s mean checkobx after this operation is not checked.


i write bottom this code:

$("#tabela tr :checkbox").click(function(){
    if($(this).attr('checked')==''){
        alert("000000");
    }
    else{
        alert("111111111");
    }
});

and what happen. When i click on empty checkbox i see alert 1111111 and before press ok on alert popup checkbox is checked. After press ok checkbox is not checked and tr get class from code up.
When i try uncheck checkbox i see this same alert 00000 and line “tr” is unset with code up


Your code work perfect for line and checkbox but when I try add this lines:

$(this).addClass("zaznaczone");
$(this).removeClass("zaznaczone");

then work that:
When i click on line work that what it should, but when i click on checkbox then check it addClass dont work
All code:

$('#tabela tr').bind('click',function(e){
       var cb = $(this).find(':checkbox');

       if(e.target !== cb[0]){
           if(cb.is(':checked')){
               cb.removeAttr('checked');
               $(this).removeClass("zaznaczone");}

           else{
               cb.attr('checked', 'checked');
               $(this).addClass("zaznaczone");}
       }
   });
  • 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-15T18:16:53+00:00Added an answer on May 15, 2026 at 6:16 pm

    I wasn’t able to make this work with .toggle(), it will call .preventDefault() on it’s own which just makes this task awesome for some reason. Maybe I’m just missing something, but the code below is just fine and works.

    $(document).ready(function(){
       $('tr').bind('click',function(e){
           var cb = $(this).find(':checkbox');
    
           if(e.target !== cb[0]){
               if(cb.is(':checked'))
                   cb.removeAttr('checked');
               else
                   cb.attr('checked', 'checked');
           }
       });   
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have function that formats a date to coerce to given enum DateType{CURRENT,
I have a javascript that calls a function each 1 minute. That function sends
Inside my Controller i have function that runs after user clicks on item, which
In my Java code I have function that gets file from the client in
I have a function that returns two values in a list. Both values need
I have a function that takes an input string and then runs the string
I have a function that does a long task and I want to update
I have a function that counts the amount of visits a page has, and
I have a function that I'm trying to optimize at the moment but I'm
I have a function that I want to execute on keyup for 2 different

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.