Hi guys I have to build an invoice, and have done the heading part without problems. Now, I'd like to build the products part, where user will add new rows without reloading the page
You can see a working sample here http://www.bambooinvoice.org/index.php/invoices/newinvoice I have also a screenshot http://i48.tinypic.com/24wzyat.jpg I've seen the sourcecode of the website, and it is custommade JavaScript... 1) Is there any similar sample or jQuery plugin that allows me to do that? 2) Should I use heavily the jQuery's clone() method? 3) OT: I see the guy generates the field names in this way: "[item3] [description]" ... How should I treat the $_POST array with php? Thanks a lot in advance for any help you can give me