2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Add dispose methods in our documentation (#24396)

* Add dispose methods in our documentation

* Update buttons.md
This commit is contained in:
Johann-S
2017-10-16 16:51:42 +02:00
committed by GitHub
parent 658e81a084
commit 99eece1392
8 changed files with 23 additions and 1 deletions
+1
View File
@@ -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