ASP MVC add textboxes with jquery
Posted
by Jacob Huggart
on Stack Overflow
See other posts from Stack Overflow
or by Jacob Huggart
Published on 2010-04-20T16:08:14Z
Indexed on
2010/04/20
16:13 UTC
Read the original article
Hit count: 179
I am new to jQuery, but I would like to have a button that when clicked will add more textboxes to a page. I have three textboxes that contain data of the same type and if the user has more data of the same type to enter, I would like to pop up three more textboxes.
What would be the best way to go about that?
© Stack Overflow or respective owner