I have a HTML which is working fine, but i have to create some part of this HTML dynamically through JQuery, but when i am doing this through JQuery, my input fields and buttons that were working before in HTML, are not working when i created the HTML dynamically.
without creating dynamic HTML
with dynamic HTML using jquery
i have tried creating the html of my form group dynamically but unfortunately whenever i do it i lost the functionality of my input and buttons
i expect that the html which i am creating from my jquery function which includes inputs and buttons should work the same way like it is working in normal HTML