1
Answer

How to clone number of select in a div using jquery

I have a div class with three select options.On click of add clone it should clone the div with these three select each should contain different ids and also should not affect the original div id or cloned div id.
Answers (1)