diff options
| author | Sharrell Porter <[email protected]> | 2017-10-20 07:12:39 -0400 |
|---|---|---|
| committer | Sharrell Porter <[email protected]> | 2017-10-20 07:12:39 -0400 |
| commit | 4f814fabd6aa198df72e8263350fa60213d13176 (patch) | |
| tree | 8fbcc6b66212a39be6bb8b1a6811a4f3eb2e901a /docs/4.0/components/dropdowns.md | |
| parent | 77ea66da4dc054b33392d32be152eb1082d305e2 (diff) | |
| parent | 9a1d81f154f4391f9fea47fc26cd2fa864d6ae8a (diff) | |
| download | bootstrap-4f814fabd6aa198df72e8263350fa60213d13176.tar.xz bootstrap-4f814fabd6aa198df72e8263350fa60213d13176.zip | |
sync-commits erge branch 'v4-dev' into custom-checkboxes-radios-correct-color
Diffstat (limited to 'docs/4.0/components/dropdowns.md')
| -rw-r--r-- | docs/4.0/components/dropdowns.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index d38b410c7..f91ff5312 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -12,7 +12,7 @@ Dropdowns are toggleable, contextual overlays for displaying lists of links and Dropdowns are built on a third party library, [Popper.js](https://popper.js.org/), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js]({{ site.cdn.popper }}) before Bootstrap's JavaScript or use `bootstrap.bundle.min.js` / `bootstrap.bundle.js` which contains Popper.js. -If you're building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/#util). +If you're building our JavaScript from source, it [requires `util.js`]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/#util). ## Accessibility @@ -607,6 +607,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap | --- | --- | | `$().dropdown('toggle')` | Toggles the dropdown menu of a given navbar or tabbed navigation. | | `$().dropdown('update')` | Updates the position of an element's dropdown. | +| `$().dropdown('dispose')` | Destroys an element's dropdown. | ### Events |
