DubFriend / jquery.repeater

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

Jquery events dont work on added elements #161

Open krokpa opened 2 years ago

krokpa commented 2 years ago

`$(".NTPRD_ID").on("change", function (e) {

    alert('ok'); // don't work

});`
pkh1979 commented 5 months ago

@krokpa any chance you got this working?