How can I create a dynamic form using jquery

Posted by binay on Stack Overflow See other posts from Stack Overflow or by binay
Published on 2010-05-31T13:30:44Z Indexed on 2010/05/31 13:32 UTC
Read the original article Hit count: 219

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery