Skip to content

Commit c473ef1

Browse files
author
Kurtis LoVerde
committed
demo refinements
1 parent a72d15f commit c473ef1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/demo.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@
123123
</ol>
124124
</p>
125125

126-
<h3>Example 2 - ID array notation: &lt;input type=&quot;text&quot; id=&quot;txt[0]&quot;&gt;</h3>
126+
<h3>Example 1 - array notation: &lt;input type=&quot;text&quot; id=&quot;txt[0]&quot; name=&quot;txt[0]&quot;&gt;</h3>
127127

128128
<div id="example1">
129129
<div class="txtBoxRow">
130130
<input type="text" id="txt[0]" name="txt[0]" class="addRemoveBox border1" maxlength="10"/>
131131
</div>
132132
</div>
133133

134-
<h3>Example 2 - ID number notation: &lt;input type=&quot;number&quot; id=&quot;number3&quot;&gt;</h3>
134+
<h3>Example 2 - number notation: &lt;input type=&quot;number&quot; id=&quot;number3&quot; name=&quot;number3&quot;&gt;</h3>
135135
<p>The ID starts on 3, so the next generated ID will be 4</p>
136136

137137
<div id="example2">
@@ -140,7 +140,7 @@ <h3>Example 2 - ID number notation: &lt;input type=&quot;number&quot; id=&quot;
140140
</div>
141141
</div>
142142

143-
<h3>Example 3: &lt;input type=&quot;color&quot; id=&quot;color0&quot;&gt;</h3>
143+
<h3>Example 3: &lt;input type=&quot;color&quot; ...&gt;</h3>
144144
<p>
145145
If your browser supports it, you'll see a color picker here instead of a text field.
146146
AddRemoveTextbox supports this type, too!

0 commit comments

Comments
 (0)