I would like to use jquery to build a dynamic add/ remove form. IT should look like:
Name Type Required?
The example input :
In your click function, you can write:
function addMoreRows(frm) { rowCount ++; var recRow = ' Delete'; jQuery('#addedRows').append(recRow); }
Or follow this link: http://www.discussdesk.com/add-remove-more-rows-dynamically-using-jquery.htm