File "control.js"

Full Path: /home/attunedd/public_html/byp/izo/vendor/kirki-framework/control-generic/src/assets/scripts/control.js
File size: 345 bytes
MIME-type: text/plain
Charset: utf-8

wp.customize.controlConstructor['kirki-generic'] = wp.customize.kirkiDynamicControl.extend( {
	initKirkiControl: function( control ) {
        control = control || this;
        control.container.find( 'input, textarea' ).on( 'change keyup paste click', function() {
            control.setting.set( jQuery( this ).val() );
        } );
	}
} );