[SOLVED] repeating a block of <input text>s
i'm new to jquery.
i'm developing a web based contacts and invoices management system in php.
i wrote some jquery code based on
bassistance.de autocomplete plugin to search a mysql db for contacts and items and then filling the corresponding input texts (address, phone... article number, price...) of a web form.
at this time, i'm using some <input text>s to define an item, such as {article_number, color, price...} and it's ok for the first item.
i'd like to have a [click here if you want to add another item] button that will show another block of <input text>s defining the second item, and so on.
how can i do that with jquery?
thanks in advance