구디즈니 작업 중
This commit is contained in:
@@ -1327,6 +1327,11 @@ function pdpDisplayTab(button, element) {
|
||||
$(".pdpDetail .tab-menu ul").slideUp(200);
|
||||
}
|
||||
}
|
||||
function pdpDisplayTabMobile() {
|
||||
// tabmenu 기능 구현
|
||||
const molbileTabBtn = $(".pdpDetail .tab-menu .btn-select");
|
||||
molbileTabBtn.toggleClass("open").next().slideToggle(200);
|
||||
}
|
||||
|
||||
function pdpDisplayZoom(selector) {
|
||||
const $target = $(selector).clone();
|
||||
|
||||
Reference in New Issue
Block a user