Document that $(...).button('reset') is async.
Closes #16362. [skip sauce]
This commit is contained in:
parent
fce30b57e2
commit
89f2c5c5c0
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
|||
<p>Toggles push state. Gives the button the appearance that it has been activated.</p>
|
||||
|
||||
<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>
|
||||
|
||||
<h4><code>$().button(string)</code></h4>
|
||||
<p>Swaps text to any data defined text state.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue