mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Add dispose methods in our documentation (#24396)
* Add dispose methods in our documentation * Update buttons.md
This commit is contained in:
@@ -154,4 +154,5 @@ Note that pre-checked buttons require you to manually add the `.active` class to
|
||||
|
||||
| Method | Description |
|
||||
| --- | --- |
|
||||
| `$().button('toggle')` |Toggles push state. Gives the button the appearance that it has been activated. |
|
||||
| `$().button('toggle')` | Toggles push state. Gives the button the appearance that it has been activated. |
|
||||
| `$().button('dispose')` | Destroys an element's button. |
|
||||
|
||||
Reference in New Issue
Block a user