0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/js
Kotas Vlastimil 866e99b00c Button toggling - trigger change event on input
Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling.

When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event.
2016-01-14 20:26:32 +01:00
..
dist grunt dist docs 2016-01-01 12:37:52 -08:00
src Button toggling - trigger change event on input 2016-01-14 20:26:32 +01:00
tests Button toggling - trigger change event on input 2016-01-14 20:26:32 +01:00
.eslintrc ESLint: enable no-bitwise rule 2015-12-24 18:53:41 -07:00
.jscsrc update grunt-jscs to 2.1.0 to use jscs 2.x 2015-10-19 08:17:13 -04:00