aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/dropdowns.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-10-16 16:51:42 +0200
committerGitHub <[email protected]>2017-10-16 16:51:42 +0200
commit99eece13929cf69515927a04a176cc3e578c4194 (patch)
treee89ec9e642e340c7a2d11865be24b505dd66621f /docs/4.0/components/dropdowns.md
parent658e81a0840a2b49e7977206e3d5feabea797677 (diff)
downloadbootstrap-99eece13929cf69515927a04a176cc3e578c4194.tar.xz
bootstrap-99eece13929cf69515927a04a176cc3e578c4194.zip
Add dispose methods in our documentation (#24396)
* Add dispose methods in our documentation * Update buttons.md
Diffstat (limited to 'docs/4.0/components/dropdowns.md')
-rw-r--r--docs/4.0/components/dropdowns.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md
index d38b410c7..2c467166e 100644
--- a/docs/4.0/components/dropdowns.md
+++ b/docs/4.0/components/dropdowns.md
@@ -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