@@ -179,18 +179,3 @@ Note that pre-checked buttons require you to manually add the `.active` class to
...
@@ -179,18 +179,3 @@ Note that pre-checked buttons require you to manually add the `.active` class to
| Method | Description |
| 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('reset')` | Resets button state—swaps text to original text. **This method is asynchronous and returns before the resetting has actually completed.** |
| `$().button(string)` | Swaps text to any data defined text state. |