File "woocommerce.js"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/themes/magone/assets/js/woocommerce.js
File size: 339 bytes
MIME-type: text/plain
Charset: utf-8

jQuery(function($){
	// toggle show / hide mini cart when click
	$('#cart-toggle').click(function () {
		if ($(this).is('.active')) {
			$(this).removeClass('active');
			$('.woo-mini-cart-very-right').stop().slideUp();
		} else {
			$(this).addClass('active');
			$('.woo-mini-cart-very-right').stop().slideDown();
		}
	});
});