芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/ja.bf1.my/wp-content/plugins/ecwid-shopping-cart/js/popup.js
jQuery('document').ready(function() { jQuery('.ecwid-popup').click(function(e) { var $popup = jQuery('.ecwid-popup-window', this); if (!$popup.is(e.target) && $popup.has(e.target).length === 0) { jQuery(this).removeClass('open'); jQuery('body').removeClass('ecwid-popup-open'); } }); jQuery('.ecwid-popup .btn-close').click(function() { jQuery(this).closest('.ecwid-popup').removeClass('open'); jQuery('body').removeClass('ecwid-popup-open'); }); });