스트리밍 프리미엄 해지 팝업 작업중

This commit is contained in:
2025-06-01 19:45:00 +09:00
parent 9d70d7ca8f
commit 1be0633605
6 changed files with 826 additions and 378 deletions

View File

@@ -1292,3 +1292,11 @@ function pdpDisplayThemeKboSwiperDtl() {
flagScroll = false;
}
function slideToggle(button, element) {
const $target = $(element).first();
if ($target.length === 0) return;
$target.stop(true, true).slideToggle(300);
$(button).toggleClass("fold");
}