diff options
| author | Mark Otto <[email protected]> | 2017-08-10 22:38:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-10 22:38:45 -0700 |
| commit | db3dcb7c66457ca4ff2531c339e55c63dc52d576 (patch) | |
| tree | 54a5037c08e098db8c3d7995e28718ad5c094851 /docs/4.0/components/popovers.md | |
| parent | 006590ed9a7e39c4fac96cf732d5241edd95a59c (diff) | |
| download | bootstrap-db3dcb7c66457ca4ff2531c339e55c63dc52d576.tar.xz bootstrap-db3dcb7c66457ca4ff2531c339e55c63dc52d576.zip | |
Mention util.js on all JS plugin pages (#22955)
Fixes #20660
Diffstat (limited to 'docs/4.0/components/popovers.md')
| -rw-r--r-- | docs/4.0/components/popovers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/components/popovers.md b/docs/4.0/components/popovers.md index e26c4a902..2a4b5bd00 100644 --- a/docs/4.0/components/popovers.md +++ b/docs/4.0/components/popovers.md @@ -13,6 +13,7 @@ Things to know when using the popover plugin: - Popovers 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.11.0/umd/popper.min.js) before bootstrap.js in order for popovers to work! - Popovers require the [tooltip plugin]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/tooltips/) as a dependency. +- If building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/getting-started/javascript/#util). - Popovers are opt-in for performance reasons, so **you must initialize them yourself**. - Zero-length `title` and `content` values will never show a popover. - Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc). |
