Install the jQuery Migrate Helper or add the jQuery Migrate Lib in your theme – this will fix it for the moment.
It looks like it uses the deprecated $(..).live() method. If the author is watching this, he may easily replace it with a current implementation.
yep basically simply replace the .live() method with the .on() method..
you can download a fixed version here:
https://gitlab.com/kitchen-agency/acf-repater-exp-coll-fixed
I’m not the author of this plugin, just a quick fix for whoever doesn’t want to mess in the code. Hopefully the original author will release an update soon.
New working version is online
Thread Starter
oliwa
(@oliwa)
Thank you all for the quick fixes!