I want to make a list of group inputs allow user to dynamically let user add/remove group row:
Add 'true' to the clone method in order to copy the data as well as the events attached to the original element.
rowTemplate = j('.form-denomination:first-child').clone(true);
This is disabled by default. Here is the clone documentation: https://api.jquery.com/clone/
P.s. You don't need the click function within the document.ready and it won't bind until after the click.