From 37f5b93e40faa4644dffcc03d803207128730742 Mon Sep 17 00:00:00 2001 From: akasima Date: Thu, 13 Feb 2014 11:39:51 +0900 Subject: [PATCH] =?UTF-8?q?#471=20checkbox=20=EB=8B=A4=EC=A4=91=EC=84=A0?= =?UTF-8?q?=ED=83=9D=EC=8B=9C=20=EB=AC=B8=EC=A0=9C=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/js/common.js b/common/js/common.js index 20a65bdaa..00fbe2bd2 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -59,9 +59,9 @@ if(jQuery) jQuery.noConflict(); if(typeof(options.wrap) == "string") options.wrap ='#'+options.wrap; if(options.wrap) { - obj = $(options.wrap).find('input[name='+itemName+']:checkbox'); + obj = $(options.wrap).find('input[name="'+itemName+'"]:checkbox'); } else { - obj = $('input[name='+itemName+']:checkbox'); + obj = $('input[name="'+itemName+'"]:checkbox'); } if(options.checked == 'toggle') {