Yapapaya / jquery-cloneya

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

SerializeIndex config option not working #70

Open cgarveyie opened 6 years ago

cgarveyie commented 6 years ago

Hi there, my understanding of how this is intended to function is that the name property of input fields would receive a unique identifer in the same way as the id fields do.

However, this does not appear to be working.

plasebo commented 5 years ago

Yes noticed that the config for serializeIndex is missing. Add it to: var name = "cloneya", defaults = { serializeIndex: true, }