![]() 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/askdragao.com/wp-content/themes/sirat/inc/typography/js/ |
( function( api ) { api.controlConstructor['typography'] = api.Control.extend( { ready: function() { var control = this; control.container.on( 'change', '.typography-font-family select', function() { control.settings['family'].set( jQuery( this ).val() ); } ); control.container.on( 'change', '.typography-font-color', function() { alert(jQuery( this ).val()); control.settings['color'].set( jQuery( this ).val() ); } ); control.container.on( 'change', '.typography-font-weight select', function() { control.settings['weight'].set( jQuery( this ).val() ); } ); control.container.on( 'change', '.typography-font-style select', function() { control.settings['style'].set( jQuery( this ).val() ); } ); control.container.on( 'change', '.typography-font-size input', function() { control.settings['size'].set( jQuery( this ).val() ); } ); control.container.on( 'change', '.typography-line-height input', function() { control.settings['line_height'].set( jQuery( this ).val() ); } ); control.container.on( 'change', '.typography-letter-spacing input', function() { control.settings['letter_spacing'].set( jQuery( this ).val() ); } ); } } ); } )( wp.customize );