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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:29:00+00:00 2026-06-13T06:29:00+00:00

This works as it should except if you click on the same label many

  • 0

This works as it should except if you click on the same label many times fast it breaks the toggle(). I expect this behavior as toggle() working as it should. The question is: How do I make it so that the toggle() doesn’t run if the element is already :checked?

$(document).ready(function() {
$("#UPLOADMYDESIGNFF").show();

$('label').click(function() {
     
     var total = 0;
     
      $('.option:checked').each(function() {

     if( $(this).is('#DESIGNONLYFF:checked, #NOPRINTFF:checked')) 
                {
                  $("#UPLOADMYDESIGNFF").toggle();
                }


      total += parseFloat($(this).data('number'));  
      $(this).parent().addClass('cust-selected-cart-item');
          
      });

      $('.option:not(:checked)').each(function() {
          $(this).parent().removeClass('cust-selected-cart-item');
      });
          
          $('.sub-total-t').html('$' + total.toFixed(2) );
      });
      
      
  });

Of coarse the default for DIV:UPLOADMYDESIGNFF is set to DISPLAY:NONE

HTML

<label><input id="NOPRINTFF" type="radio" name="print"/></label>
<label><input id="DESIGNONLYFF" type="radio" name="print"/></label>
  • 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-06-13T06:29:02+00:00Added an answer on June 13, 2026 at 6:29 am

    Nevermind all – I figured out the problem.. just changed (this) to .option:checked now it works right. Thanks anyway! 🙂

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

Sidebar

Related Questions

This function works as it should, window.setInterval(function(){ var active = $('#frontpageControls a.active'); var next
This should be super simple. The first code block works, but when I wrap
EDIT: My main code no longer works, should this function work? <script type=text/javascript src=jquery-1.7.2.js></script>
I have the page below, everything works fine... Except that after I click the
This should work right? I have not a clue as to why it's not.
Should this work? <script type=text/javascript> function load_i () { img = new Image(); img.onload
Perhaps I'm misunderstanding how this should work, but I've created an object in the
So I saw an answer in another question saying that this should work: using
I'm running Mysql 5.0.77 and I'm pretty sure this query should work? SELECT *
I am getting to know boost::variant. I think this example should work. #include <boost/fusion/sequence.hpp>

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.