I am new in Javascript.I need to add duplicate same elements when I click on add more button to add the whole body elements dynamically.Here are the image of my code
Image
How to do that ? I need your suggestion.Thanks in advance.
You can do it with native javascript
element2 = element1.cloneNode(bool)
Here boolean indicates whether to clone child nodes or not
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With