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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-03
Merge branch 'master' into v4
Mark Otto
2
-54
/
+31
2014-12-29
Revert "Allow multiple delegated tooltip selectors on a node"
Chris Rebert
2
-61
/
+0
2014-12-29
Remove semicolons from #15425 because fat
Chris Rebert
1
-3
/
+3
2014-12-29
Add regression test for #14244.
Chris Rebert
1
-0
/
+38
2014-12-29
update JS to use .{tooltip,popover}-{left,right,top,bottom}
Chris Rebert
1
-12
/
+12
2014-12-29
rename .arrow => .popover-arrow
Chris Rebert
1
-1
/
+1
2014-12-17
rename .item => .carousel-item
Chris Rebert
1
-76
/
+76
2014-11-28
Fix copy/paste error
Dan Dascalescu
1
-1
/
+1
2014-11-20
fix affix-top unit test to properly clean up after itself
Chris Rebert
1
-0
/
+1
2014-11-17
add unit test for affix-top for padding issue
Nick O'Donoghue
1
-0
/
+29
2014-11-15
add unit tests for Carousel's 'wrap' option
Chris Rebert
1
-0
/
+153
2014-11-12
Dropdown: ignore keydown events coming from `input`s and `textarea`s
Heinrich Fenkart
1
-0
/
+41
2014-11-04
Have Carousel ignore keyboard events from <input>s or <textarea>s; fixes #14991
Chris Rebert
1
-0
/
+42
2014-10-29
Handle `collapsed` class on triggers even when manually invoked
Heinrich Fenkart
1
-22
/
+50
2014-10-29
Merge pull request #14457 from hnrch02/button-set-val-after-event-loop
Heinrich Fenkart
1
-5
/
+5
2014-10-27
Increase timeouts in tooltip unit tests to avoid spurious Sauce failures
Chris Rebert
1
-31
/
+31
2014-10-26
Remove faulty unit test from 9740d8b
Heinrich Fenkart
1
-30
/
+0
2014-10-26
Follow-up to 9740d8b: fix small typo
Heinrich Fenkart
1
-1
/
+1
2014-10-26
Fix tooltip occasionally not hiding when using a hide delay
Phil Hughes
1
-0
/
+30
2014-10-26
Allow multiple delegated tooltip selectors on a node
Andrew S. Brown
2
-0
/
+75
2014-10-26
Follow-up to e8af21c: rm unused variable in unit test
Heinrich Fenkart
1
-1
/
+1
2014-10-26
Clear scrollspy selection above first section
Tadeu Zagallo
1
-1
/
+42
2014-10-26
Tabs plugin accessibility
Cameron Little
1
-0
/
+24
2014-10-22
Fix IE8 unit test breakage introduced by #14767
Heinrich Fenkart
1
-2
/
+6
2014-10-22
Implement `hide` and `hidden` events for tabs
Phil Hughes
1
-0
/
+77
2014-10-22
Fixes tooltip misplacements in scrollable viewports with auto positioning
saranya.r
1
-0
/
+104
2014-10-22
Add `aria-pressed` to single toggle buttons
Patrick H. Lauke
1
-1
/
+19
2014-10-22
Don't fire show event if show is prevented because other element is still tra...
Heinrich Fenkart
1
-0
/
+35
2014-10-09
fixes #13816 Modal dialog closes when dragging and releasing mouse button out...
fat
1
-2
/
+2
2014-10-07
Change Twitter links to use `https`.
XhmikosR
1
-2
/
+2
2014-10-07
Small clean-up in scrollspy unit test
Heinrich Fenkart
1
-21
/
+5
2014-10-03
tooltip unit tests: fix typo in test description
Chris Rebert
1
-1
/
+1
2014-10-03
Add `keyboard` option to carousel
Heinrich Fenkart
1
-0
/
+79
2014-10-02
Merge pull request #14626 from twbs/carousel-pause-hover-non-mobile
Jacob
1
-0
/
+22
2014-09-24
Use container instead of parent for tooltip/popover auto-placement calcs
Chris Rebert
1
-0
/
+42
2014-09-25
Tooltip: Rely on `getBoundingClientRect` for `width` and `height`
Heinrich Fenkart
1
-0
/
+38
2014-09-23
Only enable `pause: hover` for non-touch browsers
Heinrich Fenkart
1
-0
/
+22
2014-09-17
Follow-up to #14581: Use div instead of HTML5 section for IE8
Heinrich Fenkart
1
-6
/
+6
2014-09-17
Fix tooltip misplacement with "auto top"
saranya.r
1
-0
/
+50
2014-09-15
Must explicitly destroy tooltip in SVG unit test since its container is body.
Chris Rebert
1
-0
/
+2
2014-09-13
Correctly selects arrow placement for a tooltip
Peter West
1
-0
/
+31
2014-09-09
grunt and missing new line
Heinrich Fenkart
1
-1
/
+1
2014-09-09
ARIA support for collapse
Patrick H. Lauke
1
-2
/
+65
2014-09-08
Merge pull request #14287 from hnrch02/revert-13855-modal-mousedown
Heinrich Fenkart
1
-2
/
+2
2014-09-07
Merge pull request #14273 from sgonyea/master
Jacob
1
-0
/
+61
2014-08-28
Fix hover-tooltip flickering when mouse re-enters
Scott Gonyea
1
-0
/
+61
2014-08-26
Change value of stateful button after event loop
Heinrich Fenkart
1
-5
/
+5
2014-08-23
Merge pull request #14417 from twbs/fat-14282
Mark Otto
1
-0
/
+32
2014-08-18
fixes #14282 - Already Visible collapse gets closed when .collapse('show') is...
fat
1
-0
/
+32
2014-08-15
consistently use <nav> instead of <div> for .navbar in docs
Chris Rebert
1
-2
/
+2
[next]