File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 123123 </ ol >
124124 </ p >
125125
126- < h3 > Example 2 - ID array notation: <input type="text" id="txt[0]"></ h3 >
126+ < h3 > Example 1 - array notation: <input type="text" id="txt[0]" name ="txt[0]"></ 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: <input type="number" id="number3"></ h3 >
134+ < h3 > Example 2 - number notation: <input type="number" id="number3" name ="number3"></ 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: <input type="number" id="
140140 </ div >
141141 </ div >
142142
143- < h3 > Example 3: <input type="color" id="color0" ></ h3 >
143+ < h3 > Example 3: <input type="color" ... ></ 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!
You can’t perform that action at this time.
0 commit comments