I would like to use jquery to build a dynamic add/ remove form. IT should look like:
Name Type Required?
The example input :
why not remove the .after() in the line
.after()
newTextBoxDiv.after().html('Textbox #'+ counter + ' : ' +
to
newTextBoxDiv.html('Textbox #'+ counter + ' : ' +