diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 2249bbd706..e6ddba2db4 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -16,12 +16,12 @@
For the sake of this demonstration, we are using data-loading-text
and $().button('loading')
, but that's not the only state you can use. See more on this below in the $().button(string)
documentation.
For pre-toggled buttons, you must add the .active
class and the aria-pressed="true"
attribute to the button
yourself.
Swaps text to any data defined text state.
{% highlight html %} -