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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:42:27+00:00 2026-05-15T20:42:27+00:00

I have dynamic page. There are multiple checkboxes & I am using this script

  • 0

I have dynamic page.

There are multiple checkboxes & I am using this script to show its respected <div> only if checkbox is checked.

        $(document).ready(function() { 
          $("#checkbox$").click(function() { 
            if (this.checked) {
              $('#appear_div$').fadeIn('slow'); 
            }
            else {
              $('#appear_div$').fadeOut('slow'); 
            }
          }); 
        });   

    // Here $ is unique ID number for each <div> as my content is dynamic & 
    // I am using {foreach} tag.

Now, I have another parent in which I want all above to be appear.

But If none of the above checkbox is checked Hide this Parent div too.

Here is Code I am using for that

function doInputs(obj){
 var checkboxs = $("input[type=checkbox]:checked");
 var i =0, box;
 $('#parent_div').hide();         
     while(box = checkboxs[i++]){
     if(!box.checked);
     $('#parent_div').show();
     break;              
     }
}

This code is working fine except this problem…

Say,

I check Checkbox ID 1 —> #parent_div show —> #appear_div1 show —

I check Checkbox ID 2 —> #parent_div show —> #appear_div2 show —

Then

I Uncheck Checkbox ID 1 —> #parent_div show —> #appear_div1 Hide —

I Uncheck Checkbox ID 2 —> #parent_div Hide —> #appear_div2 Hide —

Then Again IF

I Uncheck Checkbox ID 2 —> #parent_div Show —> #appear_div2 Show —

Now Here is problem…

Even Checkbox ID 1 is not checked I can see #appear_div1 in #parent_div.

Why is That ? Where I am going wrong ???

Thanks.

  • 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-15T20:42:27+00:00Added an answer on May 15, 2026 at 8:42 pm
        $(document).ready(function() { 
          $("#checkbox$").click(function() { 
            if (this.checked) {
              $('#appear_div$').fadeIn('slow'); 
            }
            else {
              $('#appear_div$').fadeOut('slow'); 
            }
            if ($("input:checkbox:checked").length){
                 $('#parent_div').show();
            } else {
                 $('#parent_div').hide();
            }
          }); 
        });
    

    demo

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

Sidebar

Ask A Question

Stats

  • Questions 530k
  • Answers 530k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Simple workaround (that I assume is out of scope for… May 16, 2026 at 11:31 pm
  • Editorial Team
    Editorial Team added an answer int* i and int *i are completely equivalent May 16, 2026 at 11:31 pm
  • Editorial Team
    Editorial Team added an answer The answer was simpler then the process I was trying.… May 16, 2026 at 11:31 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I'm making a shopping mall website using a Yahoo solution. I have multiple options
I have a page on my site which has multiple drop down boxes as
I have a UI using dynamic tabs, so content can be loaded into a
We have a system built on seam/richfaces. There's this webpage where the tables are
This site is built using CakePHP 1.2* I have an element that needs to
I'm developing a dynamic website using jQuery and I have found several jQuery plugins
Many aspects of my site are dynamic. I am using jquery. I have a
I am working on a multi-purpose page and rather than adding multiple grids to
I have any number of anchor links on a page that need to execute
What choices do I have for creating stateful dynamic content in an ASP.Net web

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.