aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/collapse.js
AgeCommit message (Expand)AuthorFilesLines
2021-09-15tests: comply to the new rulesXhmikosR1-66/+70
2020-09-10Comply to the new rulesXhmikosR1-8/+8
2019-07-31Fix Typos across Bootstrap repository (#29082)Kitten King1-1/+1
2018-09-10collapse children with no data-parentJohann-S1-0/+34
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-0/+1
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S1-3/+7
2018-01-11Comply to the new rules.XhmikosR1-79/+74
2018-01-03Multiple accordion support (#25161)Martijn Cuppens1-0/+75
2017-12-31Allow nested structure for accordions (#25121)Martijn Cuppens1-10/+48
2017-11-15Correct spelling mistakes. (#24778)Edward Betts1-1/+1
2017-09-25Collapse - Allow to pass jQuery object or DOM element to the parent optionJohann-S1-0/+44
2017-08-25Collapse - preventDefault only on <a> elements not inside the collapsibleJohann-S1-0/+25
2017-08-23Tweak ESLint rules.XhmikosR1-1/+1
2017-06-14Collapse supports multi-target thanks to @vanduynslagerp (#22713)Johann-S1-4/+89
2017-04-25Detach accordion from card without requiring 'data-children'Pierre Vanduynslager1-9/+67
2017-04-10Fix collapse.js aria-expanded behaviorPatrick H. Lauke1-16/+16
2017-03-29Collapse - Fix check to not prevent event for input and textareaJohann-S1-1/+2
2017-03-27Collapse - do not prevent event for input and textareaJohann1-0/+16
2017-03-23Accordion behavior with JQuery interface (#21726)Pierre Vanduynslager1-22/+22
2017-03-09Add unit testJohann-S1-0/+23
2016-12-07Rename `.active` to `.show`Starsam801-16/+16
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-7/+7
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-16/+16
2016-10-19Fix bug multiple accordions collapseJohann-S1-0/+23
2016-10-11Collapse using card componentJohann-S1-18/+18
2016-10-09Merge pull request #17568 from Johann-S/fixCollapseHeightMark Otto1-0/+15
2015-10-02Add throw error for undefined method on pluginsJohann-S1-0/+12
2015-09-11fix resetting style on closing collapseJohann-S1-0/+15
2015-05-09add collapsefat1-2/+2
2015-05-06remove closureness from pluginsfat1-1/+1
2015-03-29Merge branch 'master' into v4Mark Otto1-45/+91
2015-03-24Merge pull request #15987 from twbs/fix-15972Chris Rebert1-25/+25
2015-03-09Disable jQuery event aliases when running test suiteChris Rebert1-13/+13
2015-03-06Collapse unit test: rm check that no-op hide adds style="height: 0px"Chris Rebert1-2/+1
2015-03-06.collapse('hide') on hidden uninit-ed collapsible no longer shows it; fixes #...Chris Rebert1-2/+30
2015-03-03add role="button" to a[data-toggle="collapse"]; fixes #15972Chris Rebert1-25/+25
2015-03-03[Fixes #15953] Implement assert.expect in each unit testKevin Kirsche1-4/+23
2015-03-01Merge branch 'master' into v4Mark Otto1-55/+123
2015-02-26Update all collapse triggers with .collapsed class and aria-expandedIvan Cheung1-3/+71
2015-02-26Unit tests: Use new names of module hooksHeinrich Fenkart1-2/+2
2015-02-23JS unit tests: equal() => strictEqual()Chris Rebert1-6/+6
2015-02-23JS unit tests: use QUnit.module() & QUnit.test() everywhereChris Rebert1-21/+21
2015-02-23JS unit tests: use modern QUnit assert object everywhereChris Rebert1-37/+37
2015-02-11bootstrap onto closurefat1-1/+1
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-42/+42
2014-10-29Handle `collapsed` class on triggers even when manually invokedHeinrich Fenkart1-22/+50
2014-10-22Don't fire show event if show is prevented because other element is still tra...Heinrich Fenkart1-0/+35
2014-09-09grunt and missing new lineHeinrich Fenkart1-1/+1
2014-09-09ARIA support for collapsePatrick H. Lauke1-2/+65
2014-08-18fixes #14282 - Already Visible collapse gets closed when .collapse('show') is...fat1-0/+32