How can I create a dynamic form using jquery
- by binay
How can I create a dynamic form using jquery. For example if I have to repeat a block of html like
<div><div>Name: <input type="text" id="name"></div><div>Address: <input type="text" id="address"></div></div> for 3 times and show them one by one and also how can I fetch the value of this dynamic form value.