aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-tooltip.js
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16a bunch javascript junkfat1-361/+0
2013-03-01Merge branch 'master' into 3.0.0-wipMark Otto1-1/+9
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/index.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less package.json
2013-02-282.3.1fat1-1/+1
2013-02-28only pass unique options through to child nodes in tooltipsfat1-1/+9
2013-02-07Merge branch 'master' into 3.0.0-wipMark Otto1-1/+1
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-06dont remove title attribute part 2Yohn1-1/+1
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-7/+54
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache js/bootstrap-popover.js less/mixins.less less/tooltip.less
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat1-1/+1
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-05clean up stylesfat1-49/+39
2013-02-05Merge branch '2.3.0-wip' of git://github.com/ghusse/bootstrap into ↵fat1-3/+60
ghusse-2.3.0-wip
2013-02-05Merge pull request #6783 from joprice/popoverOptionsOverridefat-kun1-1/+1
reordered access of options in tooltip and popover
2013-02-02reordered access of options in tooltip and popover to allow overriding data ↵Joseph Price1-1/+1
attrs from js
2013-01-29Fix tooltip positioning for IE8Guillaume Smet1-1/+1
IE8 defines a placeholder object getBoundingClientRect which breaks the new getPosition() method
2013-01-27No semicolumnsGuillaume Gautreau1-23/+23
2013-01-26works with fixed testGuillaume Gautreau1-1/+1
2013-01-26lint + wrong comparisonGuillaume Gautreau1-2/+2
2013-01-26Unit test for replacing tooltip inside windowGuillaume Gautreau1-1/+1
2013-01-26Tooltip positionning on special casesGuillaume Gautreau1-4/+61
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-12/+33
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json
2012-12-26Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto1-12/+33
2012-12-24Merge pull request #6378 from Yohn/patch-7fat-kun1-1/+3
fixes tooltip insert problems
2012-12-24made container option be falseYohn1-1/+1
2012-12-24removed the length checkYohn1-1/+1
updated it to @fat's suggestion
2012-12-23adding container option to tooltipsYohn1-1/+3
2012-12-23Assign event variables at declarationsKAWACHI Takashi1-4/+4
2012-12-23Tooltips fires show, shown, hide, hidden eventsKAWACHI Takashi1-0/+11
It is re-worked from #3691.
2012-12-22Version bumpMark Otto1-1/+1
2012-12-22Merge pull request #6349 from Yohn/patch-6fat-kun1-3/+3
Fixes #5753 with tooltip('toogle')
2012-12-22allow multiple trigger types in tooltip and popover + default tooltip to ↵fat1-8/+16
hover & focus
2012-12-20fixes tooltip('toggle')Yohn1-3/+3
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-10/+8
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less less/type.less package.json
2012-12-19can't extend bounding box thingyfat1-1/+1
2012-12-19remove inside support from tooltip + fix tooltip svg support + change ↵fat1-10/+8
makefile to rely on local npm install
2012-12-10Version bumpMark Otto1-1/+1
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto1-0/+11
Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html
2012-12-07add noConflict functionality to all bootstrap pluginsfat1-0/+11
2012-11-30version bump to 3.0Mark Otto1-1/+1
2012-11-05version bumpMark Otto1-1/+1
2012-10-302.2.1 - hotfix for carouselfat1-1/+1
2012-10-29v2.2.0 instead of v2.1.2Mark Otto1-1/+1
2012-10-17Merge pull request #5389 from frntz/2.1.2-wipbilly gates1-4/+4
Update js/bootstrap-tooltip.js
2012-10-15fixed reference to this.tip() so it works in delegate eventsMartin Stein1-2/+3
2012-10-02Update js/bootstrap-tooltip.jsfrntz1-4/+4
Avoid loosing events attached on Jquery object if added via function in popover content
2012-09-24change tooltip/popover insert strategyJacob Thornton1-3/+3
remove modal-open class hopefully resolve z-index headaches
2012-09-24change tooltip/popover html default to false for xss safety netJacob Thornton1-1/+1
2012-09-05version bump to get this startedMark Otto1-1/+1
2012-08-21update version numbers to 2.1.1Mark Otto1-1/+1
2012-08-19bump versions to 2.1.0Mark Otto1-1/+1
2012-08-18add click option for tooltip, popover - make click default for popoverJacob Thornton1-2/+4
2012-07-22some progress on affix pluginJacob Thornton1-1/+1