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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:20:55+00:00 2026-05-24T08:20:55+00:00

Hello I have the following function that is NOT working at the moment.. What

  • 0

Hello I have the following function that is NOT working at the moment..

What I need is to show some DIVs if at least 1 checkbox is checked in my form, if no checkboxes are checked those Divs stay hidden. Also this should be fired Everytime based on what the user does, and not only the first time…How can I do it?

Thanks

function Checkbox() {
if($("#tuitting_form input:checkbox:checked").length > 0){
$("#send_message").show();
$("#remove_accounts").show();
}else{
$("#send_message").fadeOut();
$("#remove_accounts").fadeOut();
}
}
  • 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-24T08:20:56+00:00Added an answer on May 24, 2026 at 8:20 am

    seems to work for me. Just add it to the changed event listener for checkboxes. See my example.

    $("input:checkbox").change(function(){
        if($("input:checkbox:checked").length > 0){
            $("#send_message").show();
            $("#remove_accounts").show();
        }else{
            $("#send_message").fadeOut();
            $("#remove_accounts").fadeOut();
        }
    })
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Imagine I have the following: inFile = /adda/adas/sdas/hello.txt # that instruction give me hello.txt
I have the following code jQuery.getJSON(encodeURI(strUrl), {address:address,state:state, zip:zip},function(data){ alert('HELLO World!'); }); If for some
I'm having some trouble figuring this out. I have the following CSV string hello
I have the following code: DEFINE('DEFINEDTESTVAR', 'Hello World'); function callit($callVar) { echo The call
Say you have the following function: char *getp() { char s[] = hello; return
I have two questions here, why does the following function in a script not
I have the following jquery script that I want to work <?php $script=<<<SCRIPT $(#btn).click(function(){
Let us presume I have the following object defined: var myObj = function(){ this.hello
I have the following code that is used to show the name of the
I have a table that has some content in it. Not all rows has

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.