From 99eece13929cf69515927a04a176cc3e578c4194 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Mon, 16 Oct 2017 16:51:42 +0200 Subject: Add dispose methods in our documentation (#24396) * Add dispose methods in our documentation * Update buttons.md --- docs/4.0/components/dropdowns.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/4.0/components/dropdowns.md') 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 -- cgit v1.2.3