쿠폰 작업 중

This commit is contained in:
2025-07-12 23:28:06 +09:00
parent be9470d963
commit be5e1f9afb
14 changed files with 1144 additions and 18 deletions

View File

@@ -1385,3 +1385,7 @@ function pdpDisplayZoom(selector) {
$popup.remove();
});
}
function btnActive(selector) {
$(selector).removeClass("active").addClass("active");
}