📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 21:54:14
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
gp-premium
/
library
/
customizer
/
controls
/
js
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/gp-premium/library/customizer/controls/js
🔄 Refresh
✏️
Editing: control-toggle-customizer.js
Writable
jQuery( function( $ ) { $( '.generatepress-control-toggles' ).each( function() { $( this ).find( 'button' ).first().addClass( 'active' ); } ); $( document ).on( 'click', '.generatepress-control-toggles button', function( e ) { e.preventDefault(); var button = $( this ), target = button.data( 'target' ), otherTargets = button.siblings(); button.addClass( 'active' ); button.siblings().removeClass( 'active' ); $( 'li[data-control-section="' + target + '"]' ).css( { visibility: 'visible', height: '', width: '', margin: '', overflow: '', } ); $.each( otherTargets, function() { var otherTarget = $( this ).data( 'target' ); $( 'li[data-control-section="' + otherTarget + '"]' ).css( { visibility: 'hidden', height: '0', width: '0', margin: '0', overflow: 'hidden', } ); } ); } ); } );
💾 Save Changes
❌ Cancel