스트리밍 프리미엄 해지 팝업 작업중
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user