So I have a column full of checkboxes, and a label right over that column that keeps track of the number of boxes that are checked.
When I click on a checkbox, I have a label over it that should increase by one immediatly after I turn a box on, and decrease by one immediatly after I turn a box off.
Instead, the value sometimes updates correctly, and sometimes doesn't until the next click. This was attempted using the click, lostfocus, and interactivechange events. What should I be trying in order to get the results I'd like?
Thanks again!
When I click on a checkbox, I have a label over it that should increase by one immediatly after I turn a box on, and decrease by one immediatly after I turn a box off.
Instead, the value sometimes updates correctly, and sometimes doesn't until the next click. This was attempted using the click, lostfocus, and interactivechange events. What should I be trying in order to get the results I'd like?
Thanks again!