From a8396b24ab0471c4bc8673da3ff3bf022155c56a Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 1 Dec 2021 13:54:30 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8D=BC=EB=B8=94=ED=8C=80=20script=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=EC=9A=94=EC=B2=AD=20=EB=B0=8F=20=EA=B4=80?= =?UTF-8?q?=EC=8B=AC=EC=9E=90=EB=A3=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp | 270 +++++++++--------- .../jsp/nlib/collection/listInterests.jsp | 10 +- .../jsp/nlib/collection/searchItemDetail.jsp | 163 ++++++----- 3 files changed, 227 insertions(+), 216 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp index 7dd99da8..33d4e070 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -389,141 +389,141 @@ function fn_listPops(typeDivCd) { - - - diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp index e93dff52..bb76be24 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp @@ -50,21 +50,20 @@ }); // document ready function selectAll(){ - if($("#allChk").is(":checked") == false) + if($("#allChk").prop("checked") == false) { $("#allChk").prop("checked", true); selectAllChk(); - }else if($("#allChk").is(":checked") == true) + }else if($("#allChk").prop("checked") == true) { $("#allChk").prop("checked", false); selectAllChk(); } - chkCount(); } function chkCount() { $("input:checkbox[name = 'interestChk']").each(function() { - if($(this).is(":checked") == false) + if($(this).prop("checked") == false) { $("#allChk").prop("checked", false); } @@ -120,6 +119,7 @@ { $("input:checkbox[name = 'interestChk']").prop("checked", true); } + chkCount(); } //상세보기 @@ -176,7 +176,7 @@ t_title += "
문화원
" t_title += "
자료정보
" t_title += "
이용
" - t_title += "
선택삭제
" + t_title += "
선택삭제
" t_title += "" t_title += "
  • " t_title += "검색결과가 없습니다." diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp index c0cd0d6a..81794d96 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp @@ -395,81 +395,92 @@ function goList(){ \ No newline at end of file + }); + + \ No newline at end of file