PATH:
home
/
lab2454c
/
baas.elementalrock.com
/
wp-content
/
themes
/
oceanwp
/
inc
/
customizer
/
controls
/
buttonset
wp.customize.controlConstructor['oceanwp-buttonset'] = wp.customize.Control.extend({ ready: function() { 'use strict'; var control = this; // Change the value this.container.on( 'click', 'input', function() { control.setting.set( jQuery( this ).val() ); }); } });
[+]
..
[-] buttonset.js
[edit]
[-] buttonset.css
[edit]
[-] class-control-buttonset.php
[edit]