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
/
tooltip.js
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-13
Correctly selects arrow placement for a tooltip
Peter West
1
-6
/
+8
2014-09-13
Properly fire hidden event when tooltip is destroyed
Heinrich Fenkart
1
-2
/
+6
2014-09-11
Merge pull request #14492 from twbs/ie8-getBoundingClientRect
Heinrich Fenkart
1
-0
/
+4
2014-09-09
Make inDom check of tooltip cross document compatible
Heinrich Fenkart
1
-1
/
+1
2014-09-08
Merge pull request #14242 from hnrch02/remove-aria-describedby-later
Heinrich Fenkart
1
-3
/
+3
2014-09-07
Handle lack of .width and .height from getBoundingClientRect() in IE8
Chris Rebert
1
-0
/
+4
2014-09-07
Merge pull request #14273 from sgonyea/master
Jacob
1
-0
/
+5
2014-08-28
Fix hover-tooltip flickering when mouse re-enters
Scott Gonyea
1
-0
/
+5
2014-08-17
Assume Element.getBoundingClientRect() exists; Fixes #14093
Chris Rebert
1
-1
/
+1
2014-08-04
Remove `aria-describedby` attribute later
Heinrich Fenkart
1
-3
/
+3
2014-08-01
Merge pull request #14061 from hnrch02/fix-13656
Jacob
1
-2
/
+4
2014-07-09
Fix IE8 reporting type object for `getBoundingClientRect`
Heinrich Fenkart
1
-1
/
+1
2014-07-07
Expose transition durations on plugin constructors; closes #13656
Heinrich Fenkart
1
-2
/
+4
2014-07-06
refactor/reformat Tooltip.getPosition per @fat's feedback
Chris Rebert
1
-4
/
+8
2014-07-02
possible fix for #14013
Chris Rebert
1
-3
/
+6
2014-06-26
bump to v3.2.0
Mark Otto
1
-2
/
+2
2014-06-23
Revert UMD (#13772 & friends) for now, due to #13812.
Chris Rebert
1
-351
/
+345
2014-06-17
fix for #13747
Erwan Jegouzo
1
-1
/
+1
2014-06-12
some changes from #13801 - add strict mode back and ==
fat
1
-349
/
+351
2014-06-11
Merge pull request #13786 from twbs/fat-13430
Jacob
1
-2
/
+2
2014-06-12
Fix regression of #10038 introduced by #13772
Heinrich Fenkart
1
-1
/
+1
2014-06-10
add special transitionend type to test event origin
fat
1
-2
/
+2
2014-06-10
MD/CommonJS/Globals #12909
Katie Zhu
1
-2
/
+6
2014-06-07
don't show tooltips/popovers whose element isn't in the DOM; fixes #13268
Chris Rebert
1
-2
/
+3
2014-06-06
Minor style tweaks.
XhmikosR
1
-1
/
+1
2014-06-06
Comply to the new style.
XhmikosR
1
-4
/
+4
2014-05-23
Merge pull request #13593 from ResentedHook/master
Chris Rebert
1
-0
/
+1
2014-05-16
Adds aria described by to tooltip plugin for accessibility
Steven Bassett
1
-0
/
+12
2014-05-14
Add tooltip self-reference to address #12320
j.corns
1
-0
/
+1
2014-05-12
versions
fat
1
-0
/
+2
2014-04-21
#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ref...
Collin Donahue-Oponski
1
-6
/
+25
2014-04-09
JS: remove unused variables.
XhmikosR
1
-1
/
+0
2014-03-21
Add tooltip `viewport` option, respect bounds of the viewport
Ben Ogle
1
-39
/
+63
2014-03-16
Fix #12375: stop using document.body.scrollTop as it's deprecated in the stri...
Zlatan Vasović
1
-1
/
+1
2014-03-13
add role="tooltip" to tooltips by default to improve accessibility
Chris Rebert
1
-1
/
+1
2014-02-13
v3.1.1 bump
Mark Otto
1
-1
/
+1
2014-01-30
Bump versions, run grunt
v3.1.0
Mark Otto
1
-1
/
+1
2014-01-16
Revert "Add tooltip `viewport` option, respect bounds of the viewport"
Chris Rebert
1
-53
/
+28
2014-01-14
Add tooltip `viewport` option, respect bounds of the viewport
Ben Ogle
1
-28
/
+53
2014-01-07
Merge pull request #12057 from ZDroid/nl
Chris Rebert
1
-1
/
+2
2014-01-07
Update copyright notices in all places
Julian Thilo
1
-1
/
+1
2014-01-03
Use $ instead of jQuery
Kevin Sawicki
1
-1
/
+1
2014-01-01
'use strict' on new line
Zlatan Vasović
1
-1
/
+2
2014-01-01
New Year
Zlatan Vasović
1
-1
/
+1
2013-12-26
update tool/pop destroy placement
fat
1
-1
/
+1
2013-12-26
Merge pull request #10761 from jochenberger/dont-create-tooltip-for-destroy
Jacob
1
-0
/
+1
2013-12-26
nope
fat
1
-1
/
+1
2013-12-26
Merge pull request #11496 from satazor/patch-1
Jacob
1
-0
/
+1
2013-12-25
Merge branch 'tooltip-events-fix' of git://github.com/lukaszfiszer/bootstrap ...
fat
1
-2
/
+12
2013-12-24
fixes #11788 - focusin focusout instead of focus/blur
fat
1
-2
/
+2
[prev]
[next]