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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:09:47+00:00 2026-06-17T14:09:47+00:00

Why I have to click twice to run a function that uses active class

  • 0

Why I have to click twice to run a function that uses active class added by Bootstrap buttons plugin?

var monthly = $("input[name='montly_total']");
var once = $("input[name='once_total']");

$(".button-selector").click(function () {
 $(".button-selector.monthly.active").sum("click", monthly);
 $(".button-selector.once.active").sum("click", once)
});

Live example: http://jsfiddle.net/ynts/3Z6sm/. Inputs are updated only on a second click on a button.

  • 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-17T14:09:48+00:00Added an answer on June 17, 2026 at 2:09 pm

    Those buttons are a pain to use, because they don’t fire any custom event you can hook your functionality onto.

    That said, here’s an ugly setTimeout() workaround:

    $(".button-selector").click(function () {
        // break out of click handler chain
        setTimeout(function() {
            // by the time this runs, the active state will have been updated
            $(".button-selector.monthly.active").sum("click", monthly);
            $(".button-selector.once.active").sum("click", once)
        }, 0);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an click function that I want to trigger outside of the function
I have a click-once deployed app that uses a notification icon created using the
I have a setup application that if user clicks the same setup twice, they
I have click events set up like this: $('.dialogLink') .click(function () { dialog(this); return
I have a click function in jQuery and it never seems to execute. I
I have two click-events, that are nearly similar, but not quite. I am wondering
My code is working, but requiring me to click twice to active my chaining
Say I have a some links that uses the live method to load dynamic
I have a function that shows a map page so I can get the
I have this Access database that we use to run reports. The report is

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.