Support

Account

Home Forums Add-ons Repeater Field Getting jQuery values from repeater when adding a new row

Solved

Getting jQuery values from repeater when adding a new row

  • I know I can get/detect field value changes using jQuery on a repeater. As an example, using the following provides an alert when I change any select value.

    
    $( 'select' ).on( 'change', function() {
    	alert( this.value );
    });
    

    However, when I add a new row (before saving) jQuery won’t detect any value changes of the new row. Does anyone have any idea if this is could work?

  • Never mind. My own fault.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.