<p>For the sake of this demonstration, we are using <code>data-loading-text</code> and <code>$().button('loading')</code>, but that's not the only state you can use. <ahref="#buttons-methods">See more on this below in the <code>$().button(string)</code> documentation</a>.</p>
<p>For the sake of this demonstration, we are using <code>data-loading-text</code> and <code>$().button('loading')</code>, but that's not the only state you can use. <ahref="#buttons-methods">See more on this below in the <code>$().button(string)</code> documentation</a>.</p>
...
@@ -119,7 +120,7 @@
...
@@ -119,7 +120,7 @@
<p>Toggles push state. Gives the button the appearance that it has been activated.</p>
<p>Toggles push state. Gives the button the appearance that it has been activated.</p>
<h4><code>$().button('reset')</code></h4>
<h4><code>$().button('reset')</code></h4>
<p>Resets button state - swaps text to original text.</p>
<p>Resets button state - swaps text to original text.<strong>This method is asynchronous and returns before the resetting has actually completed.</strong></p>