[jQuery] clone() help

[jQuery] clone() help


Hi,
I'm new to jquery and went over quite a few tutorials -- some work
great for me, with no problems at all. But I'm having trouble with
the .clone() method.
I am trying to build an order form, and have a button#add, which when
clicked I want it to add another div.product-template (that includes a
select list, options, quantity and add to cart button).
So, my code says:
http://pastie.caboo.se/189769
but... when I click on the button#add, once nothing happens, second
time it adds the .product-template but any functions I had attached to
the select list don't work. third click gets rid of my second .product-
template.
In my document I have:
.... snip ...
div#orderform
form
button#add
fieldset#step1
div.product-template
.... rest of options come here
fieldset#step2
.... snip ...
Would anyone know how to correct this?
TIA,
Elle