/** * Custom Js for backend * * @package Mag_Lite */ jQuery(document).ready(function($) { $('#business-process-img-container li label img').click(function(){ $('#business-process-img-container li').each(function(){ $(this).find('img').removeClass ('business-process-radio-img-selected') ; }); $(this).addClass ('business-process-radio-img-selected') ; }); }); ( function( api ) { api.sectionConstructor['upsell'] = api.Section.extend( { // No events for this type of section. attachEvents: function () {}, // Always make the section active. isContextuallyActive: function () { return true; } } ); } )( wp.customize );