HOME


Mini Shell 1.0
DIR: /var/www/kim_LIVE/wp-content/themes/oceanwp/inc/customizer/controls/icon-select/
Upload File :
Current File : /var/www/kim_LIVE/wp-content/themes/oceanwp/inc/customizer/controls/icon-select/icon-select.js
wp.customize.controlConstructor['oceanwp-icon'] = wp.customize.Control.extend({

	ready: function() {

		'use strict';

		var control = this;

		// Change the value
		this.container.on( 'change', 'input', function() {
			control.setting.set( jQuery( this ).val() );
		});

	}

});