GNB & 차량 리스트 개선 UX _20250804 수정

This commit is contained in:
2025-08-31 18:52:05 +09:00
parent 2c80fdfe48
commit 4a94432e6a
5 changed files with 98 additions and 76 deletions

View File

@@ -1515,7 +1515,6 @@ $(document).on("click", "#carListPopup .popContents .carlistItem button", functi
$(this).closest("li").addClass("selected");
// 상위 .carItem span에 선택된 텍스트 적용
$(".hederWarp_n .headerInner .gnb .menuWarp .mobileCarlist .mobilecarItem .item strong").text(selectedText);
$(".hederWarp_n .headerInner .gnb .menuWarp .mobileCarlist .mobilecarItem .item span").text(selectedTextCode);
close_layer_popup("carListPopup");
// $(".hederWarp_n .headerInner .gnb .menuWarp .mobileCarlist .mobilecarItem .item strong").text(selectedText);
// $(".hederWarp_n .headerInner .gnb .menuWarp .mobileCarlist .mobilecarItem .item span").text(selectedTextCode);
});