차량 선택 추가

This commit is contained in:
2025-08-28 00:33:47 +09:00
parent 06e6efc41d
commit e6322c2d16
6 changed files with 320 additions and 86 deletions

View File

@@ -50,7 +50,7 @@ $(document).ready(function () {
if (targetSize != "moblie") {
menu_init();
$(document).on("click", ".mobileCarlist > .mobilecarItem", function () {
$(document).on("click", ".mobileCarlist > .mobilecarItem .btn-select", function () {
if (!$(this).hasClass("noitem")) {
$(this).next().slideToggle("fast");
$(this).find(".arrow").toggleClass("on");