jQuery-Form-Element-Repeater-Plugin icon indicating copy to clipboard operation
jQuery-Form-Element-Repeater-Plugin copied to clipboard

Uncaught TypeError: Cannot read property 'repeatCount' of undefined

Open simonmchoy opened this issue 6 years ago • 1 comments

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)

simonmchoy avatar Mar 09 '18 20:03 simonmchoy

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

gdixon avatar Mar 12 '18 14:03 gdixon