aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
AgeCommit message (Expand)AuthorFilesLines
2015-11-24bump versionMark Otto1-2/+2
2015-06-16bump versionMark Otto1-2/+2
2015-05-04Merge pull request #16014 from redbmk/issue-16008Chris Rebert1-6/+32
2015-04-28Minor lint tweaks.XhmikosR1-3/+3
2015-04-27Multiple tooltip triggers don't play well togetherBraden M. Kelley1-6/+32
2015-04-27Merge pull request #16152 from jarthod/tooltip-placement-viewport-fixF A T1-6/+5
2015-04-27Compare tooltip right offset to viewport right offset (and not width)Adrien1-1/+1
2015-04-25Throw error when tooltip/popover template has multiple top-level elementsChris Rebert1-1/+7
2015-04-21Allow viewport option to be a functionAdrien Siami1-1/+1
2015-04-21Merge pull request #16147 from Johann-S/event_insertedChris Rebert1-0/+1
2015-04-20Tooltip: Destroy $tip, $arrow, $viewport to avoid memory leakNiels Steenbeek1-0/+6
2015-04-08Add event after template insertedJohann-S1-0/+1
2015-03-25Tooltip/popover: Fix auto placement to use viewportAdrien Jarthon1-6/+5
2015-03-16v3.3.2 => v3.3.4Chris Rebert1-2/+2
2015-03-03Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874Chris Rebert1-1/+1
2015-03-03rm semicolon for sake of fat's eccentric tastesChris Rebert1-1/+1
2015-02-26Tooltip: Avoid creating an unnecessary tooltip when `Tooltip#hide` is calledQuentin Spencer-Harper1-2/+2
2015-02-25[Ref #15881] Use Explicit Values rather than ChainKevin Kirsche1-5/+5
2015-01-28Merge pull request #15496 from twbs/15484-alternativeChris Rebert1-0/+4
2015-01-27Fix name of Tooltip.replaceArrow() parameterChris Rebert1-3/+3
2015-01-19bump versionsMark Otto1-2/+2
2015-01-16Fix bogus JSCS warning.XhmikosR1-3/+3
2015-01-05window.Document doesn't exist in IE8Chris Rebert1-1/+1
2015-01-05Make $(document).tooltip({...}) without a `selector` throw an errorChris Rebert1-0/+4
2015-01-01Happy New Year :santa:Zlatan Vasović1-1/+1
2014-12-29Revert "Allow multiple delegated tooltip selectors on a node"Chris Rebert1-10/+4
2014-11-12bump version to v3.3.1v3.3.1Mark Otto1-2/+2
2014-10-29version bumpMark Otto1-2/+2
2014-10-26Fix tooltip occasionally not hiding when using a hide delayPhil Hughes1-0/+3
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown1-4/+10
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.r1-4/+4
2014-09-24tooltip.js: fix alignmentChris Rebert1-1/+1
2014-09-24Use container instead of parent for tooltip/popover auto-placement calcsChris Rebert1-6/+6
2014-09-25Tooltip: Rely on `getBoundingClientRect` for `width` and `height`Heinrich Fenkart1-5/+1
2014-09-17Fix tooltip misplacement with "auto top"saranya.r1-1/+1
2014-09-13Remove unused Tooltip#validate methodHeinrich Fenkart1-8/+0
2014-09-13Correctly selects arrow placement for a tooltipPeter West1-6/+8
2014-09-13Properly fire hidden event when tooltip is destroyedHeinrich Fenkart1-2/+6
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-08Merge pull request #14242 from hnrch02/remove-aria-describedby-laterHeinrich Fenkart1-3/+3
2014-09-07Handle lack of .width and .height from getBoundingClientRect() in IE8Chris Rebert1-0/+4
2014-09-07Merge pull request #14273 from sgonyea/masterJacob1-0/+5
2014-08-28Fix hover-tooltip flickering when mouse re-entersScott Gonyea1-0/+5
2014-08-17Assume Element.getBoundingClientRect() exists; Fixes #14093Chris Rebert1-1/+1
2014-08-04Remove `aria-describedby` attribute laterHeinrich Fenkart1-3/+3
2014-08-01Merge pull request #14061 from hnrch02/fix-13656Jacob1-2/+4
2014-07-09Fix IE8 reporting type object for `getBoundingClientRect`Heinrich Fenkart1-1/+1
2014-07-07Expose transition durations on plugin constructors; closes #13656Heinrich Fenkart1-2/+4