aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2014-10-29version bumpMark Otto12-23/+23
2014-10-29Independently delegate data-api selectorsBen-Russell3-5/+15
2014-10-29Handle `collapsed` class on triggers even when manually invokedHeinrich Fenkart2-38/+99
2014-10-29Merge pull request #14457 from hnrch02/button-set-val-after-event-loopHeinrich Fenkart2-7/+7
2014-10-27Increase timeouts in tooltip unit tests to avoid spurious Sauce failuresChris Rebert1-31/+31
2014-10-26Remove faulty unit test from 9740d8bHeinrich Fenkart1-30/+0
2014-10-26Follow-up to 9740d8b: fix small typoHeinrich Fenkart1-1/+1
2014-10-26Fix tooltip occasionally not hiding when using a hide delayPhil Hughes2-0/+33
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown4-8/+95
2014-10-26Follow-up to e8af21c: rm unused variable in unit testHeinrich Fenkart1-1/+1
2014-10-26Clear scrollspy selection above first sectionTadeu Zagallo2-6/+52
2014-10-26Tabs plugin accessibilityCameron Little2-3/+38
2014-10-26Revert "Scrollspy: ignore invisible list items"Heinrich Fenkart1-1/+0
2014-10-23Merge pull request #14669 from vsn4ik/dropdown_event_targetHeinrich Fenkart1-1/+1
2014-10-22Fix IE8 unit test breakage introduced by #14767Heinrich Fenkart1-2/+6
2014-10-22Implement `hide` and `hidden` events for tabsPhil Hughes2-6/+91
2014-10-22Follow-up to e2cfbd5: Fix spaces in placement calculationHeinrich Fenkart1-4/+4
2014-10-22Fixes tooltip misplacements in scrollable viewports with auto positioningsaranya.r2-4/+108
2014-10-22Add `aria-pressed` to single toggle buttonsPatrick H. Lauke2-1/+21
2014-10-22Don't fire show event if show is prevented because other element is still tra...Heinrich Fenkart2-5/+44
2014-10-09fixes #13816 Modal dialog closes when dragging and releasing mouse button out...fat2-10/+9
2014-10-07Change Twitter links to use `https`.XhmikosR2-22/+22
2014-10-07Small clean-up in scrollspy unit testHeinrich Fenkart1-21/+5
2014-10-03tooltip unit tests: fix typo in test descriptionChris Rebert1-1/+1
2014-10-03Add missing collapse JS files to dropdown visual testMaarten Van Hoof1-0/+1
2014-10-02Merge pull request #14590 from twbs/carousel-keyboard-optionJacob2-2/+84
2014-10-02Merge pull request #14722 from twbs/fat-14646Jacob1-4/+4
2014-10-02Escape key should only close Dropdownfat1-4/+4
2014-10-03Add `keyboard` option to carouselHeinrich Fenkart2-2/+84
2014-10-02Merge pull request #14626 from twbs/carousel-pause-hover-non-mobileJacob2-1/+23
2014-09-24tooltip.js: fix alignmentChris Rebert1-1/+1
2014-09-24Use container instead of parent for tooltip/popover auto-placement calcsChris Rebert2-6/+48
2014-09-25Tooltip: Rely on `getBoundingClientRect` for `width` and `height`Heinrich Fenkart2-5/+39
2014-09-23Only enable `pause: hover` for non-touch browsersHeinrich Fenkart2-1/+23
2014-09-23Use e.target instead :focus selector.vsn4ik1-1/+1
2014-09-22Merge pull request #14570 from twbs/remove-modal-open-after-backdrop-closedHeinrich Fenkart1-3/+2
2014-09-17Make it easier to see failing tests in Sauce screencastsChris Rebert1-0/+5
2014-09-17Follow-up to #14581: Use div instead of HTML5 section for IE8Heinrich Fenkart1-6/+6
2014-09-17Fix tooltip misplacement with "auto top"saranya.r2-1/+51
2014-09-17Remove `.modal-open` class after backdrop is hiddenHeinrich Fenkart1-3/+2
2014-09-16Merge pull request #14610 from twbs/axe-tooltip-validateHeinrich Fenkart1-8/+0
2014-09-15Must explicitly destroy tooltip in SVG unit test since its container is body.Chris Rebert1-0/+2
2014-09-13Remove unused Tooltip#validate methodHeinrich Fenkart1-8/+0
2014-09-13Correctly selects arrow placement for a tooltipPeter West2-6/+39
2014-09-13Properly fire hidden event when tooltip is destroyedHeinrich Fenkart1-2/+6
2014-09-13Merge pull request #14569 from twbs/scrollspy-ignore-invisible-targetsHeinrich Fenkart1-0/+1
2014-09-13Merge pull request #14353 from hnrch02/collapse-count-collapsing-as-activeHeinrich Fenkart1-1/+1
2014-09-11Merge pull request #14492 from twbs/ie8-getBoundingClientRectHeinrich Fenkart1-0/+4
2014-09-09Make inDom check of tooltip cross document compatibleHeinrich Fenkart1-1/+1
2014-09-09Make affix accept `0` as offsetTop or offsetBottomsamme1-2/+2