Yapapaya / jquery-cloneya

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

how to remove a class from all children of the cloned elemnt ? #47

Closed quasiperfect closed 8 years ago

quasiperfect commented 8 years ago

hi

please answer the question from the title. thanks in advance

actual-saurabh commented 8 years ago

Please use the after_clone event: https://github.com/yapapaya/jquery-cloneya/wiki/Events#after_clone or the before_append event: https://github.com/yapapaya/jquery-cloneya/wiki/Events#before_append to manipulate the cloned element.