Skip to content
This repository was archived by the owner on Jan 13, 2018. It is now read-only.

Commit 57600a4

Browse files
committed
Updated javascript examples
1 parent f6c4888 commit 57600a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jQuery('#gform_6 #input_6_7').change(function(){
142142

143143
Change the value of a field if the repeater is repeated or un-repeated:
144144
```
145-
jQuery('#gform_9').on('afterRepeat afterUnRepeat', function(event, repeaterId, repeaterChildId){
145+
jQuery('#gform_9').on('gform_repeater_after_repeat gform_repeater_after_unrepeat', function(event, repeaterId, repeatId){
146146
if (repeaterId == 1) {
147147
var repeatCount = gfRepeater_repeaters[9][1]['data']['repeatCount'];
148148
var totalPrice = 27.47 * repeatCount;

0 commit comments

Comments
 (0)