I have a SELECT where I choose how many cars the user has. After that he/she will get the same amount of DIVs with INPUTs to descripe what models etc.
How do I clone the DIV with the containing INPUTs, with the SELECT?
|
I have a SELECT where I choose how many cars the user has. After that he/she will get the same amount of DIVs with INPUTs to descripe what models etc. How do I clone the DIV with the containing INPUTs, with the SELECT? |
|||
|
|
This should give you the general idea...
|
|||||||
|
|
maybe the clone can help you : http://api.jquery.com/clone/ Hope this helps. |
|||
|