Yapapaya / jquery-cloneya

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

Name index didn't change with DELETE button #73

Open akhildasop opened 1 year ago

akhildasop commented 1 year ago

while clicking DELETE button , the name index value not rearranging in a set of clones. But while ADD button after any operation arrange the name index correctly.

Eg: a[0] ,a[1],a[2]..........3clones after deleting 2nd clone the name index became a[0],a[2]