%PDF- %PDF-
Direktori : /var/www/projetos/romanian.ongrace.com/wp-content/themes/flash/inc/kirki/controls/js/src/ |
Current File : //var/www/projetos/romanian.ongrace.com/wp-content/themes/flash/inc/kirki/controls/js/src/switch.js |
wp.customize.controlConstructor['kirki-switch'] = wp.customize.kirkiDynamicControl.extend( { initKirkiControl: function() { 'use strict'; var control = this, checkboxValue = control.setting._value; // Save the value this.container.on( 'change', 'input', function() { checkboxValue = ( jQuery( this ).is( ':checked' ) ) ? true : false; control.setting.set( checkboxValue ); } ); } } );