Sindbad~EG File Manager
/* global wp, jQuery */
/**
* File customizer.js.
*
* Theme Customizer enhancements for a better user experience.
*
* Contains handlers to make Theme Customizer preview reload changes asynchronously.
*/
( function( $ ) {
wp.customize( 'big_bob_link_color', function( value ) {
value.bind( function( newval ) {
$( 'a' ).css( 'color', newval );
$( 'a:visited' ).css( 'color', newval );
$( '.nav-menu li a' ).css( 'color', newval );
} );
} );
})(jQuery);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists