By default I have 5 textboxes. When a user clicks on a button, one textbox should be added.
How could I do this?
|
|
By default I have 5 textboxes. When a user clicks on a button, one textbox should be added. How could I do this?
|
|||
|
|
|
|
Best would be to attach an event on to the Have a look here for example code. |
||
|
|
|
|
|
||
|
|
|
try this
|
||||||||
|
|
|
If you replace the innerHTML, the previously entered values will be cleared, to avoid that, you can append the input elements programmatically:
Check this example. |
||||
|
|
|
set id=input_template to one of the predefined textboxes |
||||||
|