( function( $ ) { //Update site title color in real time... // wp.customize( 'mytheme_options[link_textcolor]', function( value ) { // value.bind( function( newval ) { // $('a').css('color', newval ); // } ); // } ); } )( jQuery );