차량 선택 추가
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user