/** * Live-update changed settings in real time in the Customizer preview. */ ( function( $ ) { api = wp.customize; // Site title. api( 'blogname', function( value ) { value.bind( function( to ) { $( '.logo h1 a' ).text( to ); } ); } ); // Site tagline. api( 'blogdescription', function( value ) { value.bind( function( to ) { $( '.logo p' ).text( to ); } ); } ); } )( jQuery );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
custom.js | File | 1.55 KB | 0644 |
|
customize-preview.js | File | 429 B | 0644 |
|
jquery.nivo.slider.js | File | 29.07 KB | 0644 |
|