芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cepali.edu.mx/wp-content/themes/shapely/assets/js/customizer-preview.js
(function( $ ) {// jscs:ignore validateLineBreaks if ( 'undefined' !== typeof( wp ) ) { if ( 'undefined' !== typeof( wp.customize ) ) { wp.customize.bind( 'preview-ready', function() { wp.customize.preview.bind( 'update-inline-css', function( object ) { var data = { 'action': object.action, 'args': object.data, 'id': object.id }; jQuery.ajax( { dataType: 'json', type: 'POST', url: WPUrls.ajaxurl, data: data, complete: function( json ) { var sufix = object.action + object.id; var style = $( '#shapely-style-' + sufix ); if ( ! style.length ) { style = $( 'head' ).append( '' ).find( '#shapely-style-' + sufix ); } style.html( json.responseText ); } } ); } ); } ); } } })( jQuery );