I think you need a different event trigger, such as 'click'. Unlike the select element, the 'change' event does not fire until the checkbox loses focus, which is not the expected behavior in this case.
↧
I think you need a different event trigger, such as 'click'. Unlike the select element, the 'change' event does not fire until the checkbox loses focus, which is not the expected behavior in this case.