index
:
bootstrap
XhmikosR-patch-2
XhmikosR-patch-4
XhmikosR-patch-5
XhmikosR-patch-6
basic-sass-tests
collapse-parent-ex-link-accordion
container-reset-gutter-vars
css-vars-btn
css-vars-navbar
css-vars-tooltips
dependabot/npm_and_yarn/autoprefixer-10.3.6
docs-offcanvas-navbar
docs-tweaks
enable-container-classes
extend-snippets
feat/data-target
floating-labels-icons
form-check-reverse
form-controls-with-icons
gh-pages
gh-pages-cdn
global-focus-vars
gs-carousel-cleanup
gs-dynamic-resolve-during-build-plugins
gs-export-config-functionality
gs-forms
gs-make-template_factory
gs-scrollspy-wth-intersection_observer
gs-toasts-with-animated-progress-bar
gs-tooltip-css-tweaks
gs-use-only-one-file-as-input-on-rollup.config
gs-use-scrollspy-on-docs-table_of_contents
gs/parse-json-config
jo-docs-thanks-page
jo-ssr-friendly
js-docs-tweaks
logical-props-spacing-utils
main
main-fod-invalid-color-inputs
main-fod-nested-accordion
main-fod-simpler-table-structure
main-fod-utilities-contrast
main-mc-opensearch
main-xmr-bundlewatch-action
main-xmr-docs-hugo-rm-ver
main-xmr-docs-render-heading
main-xmr-eslint-plugin-compat
main-xmr-eslint-plugin-jasmine
main-xmr-hugo-docs-vendor
main-xmr-hugo-reorg-files
main-xmr-js-1
main-xmr-js-wip
main-xmr-linkinator-action
main-xmr-linkinator-prod
main-xmr-markdownlint
main-xmr-min-mangle
main-xmr-mv-isTouchEnabledDevice
main-xmr-pa11y-ci
main-xmr-pck-sponsors
main-xmr-rollup
main-xmr-xo
nav-underline
patrickhlauke-carousel-indicators-v4
patrickhlauke-form-validation
patrickhlauke-navs-tabs-v4
playground
pr-template
pr/34102
pr/34149
revert-33192-XhmikosR-patch-8
rohit/main/modal-with-sticky
rohit/v4-dev/modal-with-sticky
split-vars-maps-import
stale
swipe-events-as-separate-helper
table-striped-cols
v3-dev
v4-dev
v4-dev-fod-validated-input-group-with-custom-file
v4-dev-xmr-js
v4-sass-deps
v5-sass-deps
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
tests
/
unit
/
button.js
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-10
Ensure button plugin sets/removes active class correctly on page load (#28952)
Patrick H. Lauke
1
-10
/
+70
2019-06-18
Fix keyboard handling of button-style checkbox/radio button groups (#28834)
Patrick H. Lauke
1
-28
/
+133
2018-12-10
Change button checkbox/radios to ignore hidden input fields (#27802)
Mike Vastola
1
-0
/
+23
2018-05-22
chore(deps): update qunit and karma-qunit
Johann-S
1
-0
/
+1
2018-04-10
v4 improve coverage (#25945)
Johann-S
1
-0
/
+23
2018-01-11
Comply to the new rules.
XhmikosR
1
-27
/
+26
2017-11-07
Fix test failure with jQuery 1.9.1 (#24706)
XhmikosR
1
-1
/
+1
2017-08-23
Tweak ESLint rules.
XhmikosR
1
-1
/
+1
2017-04-26
Fix Toggle buttons don't honor [disabled] or .disabled
Anna
1
-0
/
+17
2017-04-10
Only change aria-pressed if it's not an input-based radio or checkbox group
Patrick H. Lauke
1
-0
/
+18
2017-01-04
Close #21090 - Fix aria-pressed attribute for buttons in container with data-...
Johann-S
1
-0
/
+11
2016-11-26
Merge pull request #18900 from vlastikcz/v4-dev-buttonChange
Mark Otto
1
-0
/
+20
2016-11-24
Make JS compliant with the new ESLint rules.
Bardi Harborow
1
-1
/
+1
2016-01-14
Button toggling - trigger change event on input
Kotas Vlastimil
1
-0
/
+20
2015-05-07
button -> es6
fat
1
-58
/
+0
2015-05-06
remove closureness from plugins
fat
1
-53
/
+107
2015-02-11
bootstrap onto closure
fat
1
-55
/
+0
2015-01-20
update JS unit tests to future-proof QUnit 1.16.0 API
Chris Rebert
1
-13
/
+13
2014-10-29
Merge pull request #14457 from hnrch02/button-set-val-after-event-loop
Heinrich Fenkart
1
-5
/
+5
2014-10-22
Add `aria-pressed` to single toggle buttons
Patrick H. Lauke
1
-1
/
+19
2014-08-26
Change value of stateful button after event loop
Heinrich Fenkart
1
-5
/
+5
2014-07-06
Move to leading pluses
Heinrich Fenkart
1
-11
/
+11
2014-07-06
Clean button unit tests up
Heinrich Fenkart
1
-78
/
+78
2014-06-06
Comply to the new style.
XhmikosR
1
-7
/
+8
2014-05-05
Allow for resetText of a button to be a falsey value; fixes #13466
Heinrich Fenkart
1
-0
/
+20
2014-04-21
#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ref...
Collin Donahue-Oponski
1
-12
/
+21
2014-04-09
JS: remove unused variables.
XhmikosR
1
-1
/
+0
2014-02-14
Re-indent test files.
XhmikosR
1
-118
/
+118
2013-12-16
Require comma on left side
Zlatan Vasović
1
-5
/
+5
2013-12-08
Use single quotes consistently.
XhmikosR
1
-10
/
+10
2013-11-10
Add unit test for #9920
Nathan Muir
1
-0
/
+6
2013-10-25
QUnit.equals() is deprecated; use QUnit.equal() instead
Chris Rebert
1
-5
/
+5
2013-07-26
Replace Makefile with GruntJS
John-Philip Johansson
1
-7
/
+8
2013-07-18
cleaner way of preventing double click events + clean up tests for jshint
fat
1
-12
/
+12
2013-07-18
get button js working with actual form elements p cooll
fat
1
-10
/
+23
2013-05-16
change namespace back to dot notation and someother js shizzle
fat
1
-1
/
+1
2013-05-16
a bunch javascript junk
fat
1
-0
/
+102