mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-30 19:04:43 +00:00
updated docs to include new button methods
This commit is contained in:
parent
c8654bfcfc
commit
c636b774ab
1 changed files with 21 additions and 0 deletions
|
|
@ -143,6 +143,27 @@ $('input').slider('disable');
|
|||
$('input').slider('refresh');
|
||||
</code></pre>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<h2>Form buttons</h2>
|
||||
<dl>
|
||||
<dt>Methods</dt>
|
||||
|
||||
<dd><code>enable</code>: enable a disabled button.</dd>
|
||||
<dd>
|
||||
<pre><code>
|
||||
$('input').button('enable');
|
||||
</code></pre>
|
||||
</dd>
|
||||
|
||||
<dd><code>disable</code>: disable a slider.</dd>
|
||||
<dd>
|
||||
<pre><code>
|
||||
$('input').button('disable');
|
||||
</code></pre>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue