You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
this way can create multiple fields , but the fields have the same index value , that's not what I need , instead , I read the code and use this line , that works
$(function(){
for (var n = 2; n; n--) {
$(document).delegate('form a.add_nested_fields', 'click', nestedFormEvents.addFields)
}
})