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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:37:58+00:00 2026-05-25T01:37:58+00:00

$(document).ready(function() { $(span#label_Flat).hide(); $(span#added_Flat).hide(); $(span#removed_Flat).hide(); if ($(‘#Flat:checked’).val() != false) { $(‘#Flat’).click(function() { $(span#label_Flat).toggle(); $(span#removed_Flat).toggle();

  • 0
                    $(document).ready(function() {

            $("span#label_Flat").hide();
            $("span#added_Flat").hide();
            $("span#removed_Flat").hide();



            if ($('#Flat:checked').val() != false) {

                $('#Flat').click(function() {
                    $("span#label_Flat").toggle();
                    $("span#removed_Flat").toggle();

                });

            } else {

                $('#Flat').click(function() {
                    $("span#label_Flat").toggle();
                    $("span#added_Flat").toggle();

            });                 
        });

Can anyone point me in the direction of why this isnt working?

I want to hide three span and only toggle two of them to be visible depending on if the checkbox is checked or not.

Currently, the span are not hidden, and therefore do not toggle between hide and show as they should.

The html is:

<input id="Flat" type="checkbox" name="Flat" checked />


<p>
<span id="label_Flat">Flat: </span>
<span id="added_Flat">Added</span>
<span id="removed_Flat">Removed</span>
</p>

Thanks in advance for help.

Example can be seen here: http://jsfiddle.net/WEq5u/10/

  • 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-25T01:37:59+00:00Added an answer on May 25, 2026 at 1:37 am

    I think you are looking for this. To find whether the checkbox is checked, you can just use this.checked property which will return true if it is checked or else false.

            $(document).ready(function() {
    
                $("span#label_Flat").hide();
                $("span#mp_Flat").hide();
                $("span#removed_Flat").hide();
    
                $('#Flat').click(function() {
                    if(this.checked){
                       $("span#label_Flat").toggle();
                       $("span#removed_Flat").toggle();
                    }
                    else{
                       $("span#label_Flat").toggle();
                       $("span#mp_Flat").toggle();
                    }
                }).click();
    
            });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Jquery function which opens a <a> tag to a division (similar
I need a few RegEx for my jQuery validator custom methods. The first which
I am using jQuery to create tabs. I put the javascript code in a
I'm using jQuery.post to print some data I get from a servlet. <div class=Label>
This script opens a jQuery dialog/modal to request verification prior to submitting the form,
I am new to JQuery and trying to display a Yes/No confirmation dialog box
I'm trying out this basic authentication using jQuery. But nothing happens when I enter
hi in the code below i want to send the email (with input data
Here is my page. I need to insert whole code here. <!DOCTYPE html PUBLIC
I have a form that manipulates the size of an image that is posted

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.