Yapapaya / jquery-cloneya

A jquery plugin to clone DOM elements
MIT License
76 stars 28 forks source link

always clone "template" #15

Closed mbi24 closed 9 years ago

mbi24 commented 9 years ago

Is it possible to clone always kind of template with one "outer" input and two "inner" inputs in nested mode?

After cloning inner form few times and then click to clone outer form, "new" outer form is cloned with one "outer" input and "inner" inputs cloned-few-times.

What I want to achieve is having one outer input and two inner inputs everytime I clone outer form, no matter how many "inner" inputs are.

Best regards, Milosz

actual-saurabh commented 9 years ago

I've added a preserveCount option which is false by default. If you set it to true, if a clone had 2 children initially, all clones will have 2 children when they are created. I'll release it later.