Yapapaya / jquery-cloneya

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

Prefilling Data #50

Closed labatt closed 8 years ago

labatt commented 8 years ago

I'm trying to write a way to auto-create several clones when initialized and pre-populate them with data but I'm having difficulty figuring out the best approach to do this. Has anyone modified the code to support this? Thanks!

gchokeen commented 8 years ago

Here is the approach to do it. issue #33

actual-saurabh commented 8 years ago

@labatt I hope that answers your question.