Yapapaya / jquery-cloneya

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

Any hook is there to restrict the add/append clonned form for validation purpose? #23

Closed sakthiemail closed 9 years ago

sakthiemail commented 9 years ago

I want to validate the form before cloning. I do not need to append/add clonedform before validating the actual form. is any other hooks available in jquery-cloneya plugin. Please give some suggestion.

actual-saurabh commented 9 years ago

There are a lot of events that you can hook on to. Did you see the readme: https://github.com/yapapaya/jquery-cloneya#specific-events ?