mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-30 02:44:44 +00:00
fixed typos
This commit is contained in:
parent
c20b589686
commit
5486f8e9e1
1 changed files with 2 additions and 2 deletions
|
|
@ -106,14 +106,14 @@ $('input').checkboxradio('enable');
|
|||
<dd><code>disable</code>: disable a checkboxradio.</dd>
|
||||
<dd>
|
||||
<pre><code>
|
||||
$('textarea').checkboxradio('disable');
|
||||
$('input').checkboxradio('disable');
|
||||
</code></pre>
|
||||
</dd>
|
||||
|
||||
<dd><code>refresh</code>: refresh a checkboxradio's value.</dd>
|
||||
<dd>
|
||||
<pre><code>
|
||||
$('textarea').checkboxradio('refresh');
|
||||
$('input').checkboxradio('refresh');
|
||||
</code></pre>
|
||||
</dd>
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Reference in a new issue