장바구니 담기 전 수량 체크 스크립트 수정

This commit is contained in:
chicpro
2013-08-02 09:27:21 +09:00
parent 164c67bcda
commit 54d5cc3021
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {