Currently I have a JQueryMobile form which has 2 text boxes but there might be scenarios where I have to add couple of more text boxes. How to achieve this?? ...
for example user will click an add button in the screen and it'll bring up a new text box in the screen. I've tried to append but its not working properly.
How to achieve this by dynamically adding text boxes to the JQueryMobile Form??
Thanks for your time in advance.