I've created a webpage with dynamic form elements using jquery. Now I want to apply same functions to the dynamically added elements. How to do it?
Check this: https://jsfiddle.net/tz5w6fu4/1/
Here you can see that upon changing text of first text input field, there'll be new option which will be added to the select element next to it and then upon clicking / changing option of the select element, the text input will be changed in the text input field next to that. This is happening normally for the first element..
Now how can I add the same functionality to the the dynamically added form elements?