Mô tả sản phẩm
jQuery(document).ready(function () {
jQuery(“.product-footer-showmore .button_readmore”).click(function(){
jQuery(“.product-page-sections .product-section”).addClass(“active”);
jQuery(“.product-page-sections .product-section.active .product-footer-showmore”).remove();
});
});