aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/collapse.js
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-09Fix IE8 reporting height style as all uppercaseHeinrich Fenkart1-2/+2
2014-07-06Move to leading plusesHeinrich Fenkart1-10/+10
2014-07-06Clean collapse unit tests upHeinrich Fenkart1-70/+67
2014-06-06Comply to the new style.XhmikosR1-2/+3
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ref...Collin Donahue-Oponski1-12/+21
2014-04-15fixes #11099 - $.collapse() overrides the original dimension of the coll...fat1-2/+2
2014-04-09JS: remove unused variables.XhmikosR1-8/+8
2014-02-17Remove semicolons from JS testsZlatan Vasović1-4/+4
2014-02-14Re-indent test files.XhmikosR1-125/+125
2013-12-08Use single quotes consistently.XhmikosR1-12/+12