Yapapaya / jquery-cloneya

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

Introduce minimum clones #25

Closed actual-saurabh closed 9 years ago

actual-saurabh commented 9 years ago

Like we have a limit that allows use to set the maximum allowable clones, introduce a minimum parameter that sets the minimum number of clones required.

So, in a form, if you need someone to provide at least 2 websites (for eg), then they won't be able to delete to the last clone. Validation would also become easier.