From 54d5cc3021fe260485aac1b155c97193da1c21fc Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 2 Aug 2013 09:27:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=A5=EB=B0=94=EA=B5=AC=EB=8B=88=20?= =?UTF-8?q?=EB=8B=B4=EA=B8=B0=20=EC=A0=84=20=EC=88=98=EB=9F=89=20=EC=B2=B4?= =?UTF-8?q?=ED=81=AC=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/item.php | 2 +- shop/item.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/item.php b/mobile/shop/item.php index 0735802d2..a3270cd67 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -673,7 +673,7 @@ else } var val, result = true; - $("input[name='ct_qty[]']").each(function() { + $("input[name^=ct_qty]").each(function() { val = $(this).val(); if(val.length < 1) { diff --git a/shop/item.php b/shop/item.php index 56f2b2b4a..a93694a64 100644 --- a/shop/item.php +++ b/shop/item.php @@ -687,7 +687,7 @@ else } var val, result = true; - $("input[name='ct_qty[]']").each(function() { + $("input[name^=ct_qty]").each(function() { val = $(this).val(); if(val.length < 1) {