jQuery-Form-Element-Repeater-Plugin
jQuery-Form-Element-Repeater-Plugin copied to clipboard
Uncaught TypeError: Cannot read property 'repeatCount' of undefined
Getting this error, even when testing the example.html :
Uncaught TypeError: Cannot read property 'repeatCount' of undefined at HTMLButtonElement.addRepeater (jquery.form-repeater.js:232) at HTMLDivElement.dispatch (jquery.min.js:3) at HTMLDivElement.i (jquery.min.js:3)
This is a regression on the event inits, we need to reintroduce the data argument ($container) to the .on( events [, selector ] [, data ], handler )
events. #14