![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/matelopsrp.com/wp-content/themes/vip-business/js/ |
/** * File customizer.js. * * Theme Customizer enhancements for a better user experience. * * Contains handlers to make Theme Customizer preview reload changes asynchronously. */ jQuery( document ).ready(function($) { "use strict"; /** * Dropdown Select2 Custom Control */ $('.customize-control-select2').select2({ allowClear: true }); $(".customize-control-select2").on("change", function() { var select2Val = $(this).val(); $(this).parent().find('.customize-control-dropdown-select2').val(select2Val).trigger('change'); }); }); /** * Remove attached events from the Upsell Section to stop panel from being able to open/close */ ( function( $, api ) { api.sectionConstructor['vip-business-upsell'] = api.Section.extend( { // Remove events for this type of section. attachEvents: function () {}, // Ensure this type of section is active. Normally, sections without contents aren't visible. isContextuallyActive: function () { return true; } } ); } )( jQuery, wp.customize );