How to add new input field dynamically
Hi,
i am new to jquery. in my application (billing application in php) i want to add dynamically some input fields like product name, quantity, price and amount fields. how to add n numbers of input fields (as an array) and read the field in next page using post method.
Thanks in advance