diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduCnfrmMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduCnfrmMngList.jsp index 8ef08e49..e07adcc3 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduCnfrmMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduCnfrmMngList.jsp @@ -307,7 +307,7 @@ } }); } - function fncReset(thisObj){ + /*function fncReset(thisObj){ var targetObj = $(thisObj).closest('.list_top').find('select,input'); $.each(targetObj, function(){ if($(this).prop('tagName') == 'SELECT'){ @@ -322,7 +322,19 @@ $(this).val(''); } }); - } + }*/ + + // 캘린더 및 체크박스까지 초기화 가능 + function fncReset(thisObj){ + var targetObj = $(thisObj).closest('.list_top').find('select,input'); + $.each(targetObj, function(){ + if ($(this).attr('type') == 'checkbox') { + $(this).prop('checked',false); + } else { + $(this).val(''); + } + }); + } /* function fncInstrMassAsgnm(){