We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b174f commit a7abcfeCopy full SHA for a7abcfe
docs/forms/texts/methods.html
@@ -41,14 +41,14 @@ <h2>Text inputs</h2>
41
<dt><code>enable</code> enable a disabled text input.</dt>
42
<dd>
43
<pre><code>
44
-$('.myinput').textinput('enable');
+$('.selector').textinput('enable');
45
</code></pre>
46
</dd>
47
48
<dt><code>disable</code> disable a text input.</dt>
49
50
51
-$('.myinput').textinput('disable');
+$('.selector').textinput('disable');
52
53
54
0 commit comments