Yapapaya / jquery-cloneya

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

Prevent deleting #56

Open birdy247 opened 8 years ago

birdy247 commented 8 years ago

I am trying to perform some logic in the before_delete event. If applicable I would like to prevent deleting. I have tried returning false and preventDeault() without success.

Is this possible?

actual-saurabh commented 8 years ago

The way it is right now, no. But there's another related discussion in #43 about some sort of validation step that can be used to prevent cloning or deletion.