DubFriend / jquery.repeater

Create a repeatable group of input elements
MIT License
390 stars 193 forks source link

change attributes in repeated field #78

Open ahmadnabil opened 6 years ago

ahmadnabil commented 6 years ago

the first fields is disabled I want to repeat these fields but to be enabled .. how can i do that?

cfprabhu21 commented 5 years ago

In repeater show function you can changed the attributes on cloned elements.

$(this).find('.form-control').attr('disabled', false);