mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Switched to .selector for sample code.
This commit is contained in:
parent
35b174fa31
commit
a7abcfef59
1 changed files with 2 additions and 2 deletions
|
|
@ -41,14 +41,14 @@
|
|||
<dt><code>enable</code> enable a disabled text input.</dt>
|
||||
<dd>
|
||||
<pre><code>
|
||||
$('.myinput').textinput('enable');
|
||||
$('.selector').textinput('enable');
|
||||
</code></pre>
|
||||
</dd>
|
||||
|
||||
<dt><code>disable</code> disable a text input.</dt>
|
||||
<dd>
|
||||
<pre><code>
|
||||
$('.myinput').textinput('disable');
|
||||
$('.selector').textinput('disable');
|
||||
</code></pre>
|
||||
</dd>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue