diff options
| author | Johann-S <[email protected]> | 2017-04-29 16:05:22 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-14 11:41:19 +0200 |
| commit | 3cfa5e8c055b1aaea809b404447ebdfa25269cac (patch) | |
| tree | d60fe298d3566a1c964b4c31aef9b98acb9c785e /docs/components/tooltips.md | |
| parent | dc35a840dc2bf0ce0ec8bfea6dc49e7e89106159 (diff) | |
| download | bootstrap-3cfa5e8c055b1aaea809b404447ebdfa25269cac.tar.xz bootstrap-3cfa5e8c055b1aaea809b404447ebdfa25269cac.zip | |
Update Popper.js 1.9.1 + Update documentation about Dropdown placement
Diffstat (limited to 'docs/components/tooltips.md')
| -rw-r--r-- | docs/components/tooltips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index ce4430548..85e5385f5 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -16,7 +16,7 @@ Inspired by the excellent Tipsy jQuery plugin written by Jason Frame. Tooltips a Things to know when using the tooltip plugin: -- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.8.2/umd/popper.min.js) before bootstrap.js in order for tooltips to work! +- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.1/umd/popper.min.js) before bootstrap.js in order for tooltips to work! - Tooltips are opt-in for performance reasons, so **you must initialize them yourself**. - Tooltips with zero-length titles are never displayed. - Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc). |
