|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /home/njnconst/public_html/wp-content/themes/minamaze/admin/main/assets/js/ |
Upload File : |
(function( $ ) {
$(document).ready(function (){
// Only needed on customizer page - theme options page handled using Redux core customization
if( jQuery( 'body' ).hasClass( 'wp-customizer' ) ) {
// ----------------------------------------------------------------------------------------------------------
// 1. CUSTOMIZER PAGE
// ----------------------------------------------------------------------------------------------------------
// Add active class to customizer
$('body.wp-customizer [id*="thinkup_customizer_section_themeoptions"] > h3').click(function(e){
// Code to target title click event in theme options area
});
// Remove width classes
$( 'body.wp-customizer [id*="thinkup_customizer_section_themeoptions"] .accordion-section > button' ).click(function(e){
// Code to target button click event in theme options area
});
}
});
})( jQuery );