From 1cd9027a3fa4f1db11a2805e28fc54ed55cd8484 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 3 Dec 2013 15:58:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EC=86=A1=EC=A7=80=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20=EC=84=A0=ED=83=9D=EC=88=98=EC=A0=95=20=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EA=B0=9C=EC=88=98=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderaddress.php | 2 +- shop/orderaddress.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/orderaddress.php b/mobile/shop/orderaddress.php index eb5db576a..6f1fde0de 100644 --- a/mobile/shop/orderaddress.php +++ b/mobile/shop/orderaddress.php @@ -98,7 +98,7 @@ $(function() { } }); - $("#btn_submit").on("click", function() { + $(".btn_submit").on("click", function() { if($("input[name^='chk[']:checked").length==0 ){ alert("수정하실 항목을 하나 이상 선택하세요."); return false; diff --git a/shop/orderaddress.php b/shop/orderaddress.php index 58026e917..ee9362e73 100644 --- a/shop/orderaddress.php +++ b/shop/orderaddress.php @@ -147,7 +147,7 @@ $(function() { } }); - $("#btn_submit").on("click", function() { + $(".btn_submit").on("click", function() { if($("input[name^='chk[']:checked").length==0 ){ alert("수정하실 항목을 하나 이상 선택하세요."); return false;