芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/ja.bf1.my/wp-content/plugins/ecwid-shopping-cart/js/minicart-customize-admin.js
jQuery(document).ready(function() { jQuery('#customize-control-ec_show_floating_cart_widget select').change(function() { if ( jQuery(this).val() == 'do_not_show' ) { jQuery('[id^="customize-control-ec_store_cart"]:not(#customize-control-ec_show_floating_cart_widget)').hide(); } else { jQuery('[id^="customize-control-ec_store_cart"]:not(#customize-control-ec_show_floating_cart_widget)').show(); } }).trigger('change'); })