From: Chris Rebert Date: Mon, 9 Dec 2013 01:15:26 +0000 (-0800) Subject: fix + {% endhighlight %}

$().button('loading')

Sets button state to loading - disables button and swaps text to loading text. Loading text should be defined on the button element using the data attribute data-loading-text.

{% highlight html %} - + {% endhighlight %}
@@ -1454,7 +1454,7 @@ $('.btn').button()

$().button(string)

Resets button state - swaps text to any data defined text state.

{% highlight html %} - +