File Editor
Directories:
.. (Back)
Files:
class-sinatra-customizer-control-heading.php
heading.css
heading.js
heading.min.css
heading.min.js
Create New File
Create
Edit File: heading.js
wp.customize.controlConstructor['sinatra-heading'] = wp.customize.Control.extend({ ready: function() { 'use strict'; var control = this; // Change the value if ( control.params.toggle ) { control.container.on( 'click', '.sinatra-heading-wrapper', function() { control.setting.set( ! control.setting.get() ); var $input = control.container.find( 'input[type=checkbox]' ); $input.prop( 'checked', !$input.prop( 'checked' ) ); }); } } });
Save Changes
Rename File
Rename