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