I have building a dynamic purpose based form fields repeater, but having some difficulties on jQuery click event function.
You can watch my code here - http://leading-people.com/resources/form/
I want to clone the input field only once in its own parent td when clicked. Which is working in this case only for the input fields that are shown already and then assigning click event's function for the fields which are dynamically created.
Problem is that when I create dynamic field once, It will create a clone perfectly and the same happens with the dynamic generated input fields, but when do I press the elder input field (which is already spawned at initial stage) it clone multiple times.
Tried many other ways listed similar to this Question but can't get through it. Similar Questions I found on SO but these doesn't helped me at all.