From 29e5ed55111f36fc75344c4fda2ac340cc0ba1b2 Mon Sep 17 00:00:00 2001 From: JSYOO Date: Mon, 29 Nov 2021 13:36:51 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EC=8B=AC=EC=9E=90=EB=A3=8C=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EB=8D=B0=EC=9D=B4=ED=84=B0=EC=97=86?= =?UTF-8?q?=EC=9D=84=EC=8B=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/nlib/collection/listInterests.jsp | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 ad45a2bc..f9366c77 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp @@ -146,25 +146,25 @@ else { $("#itemsCount").text(jsonObj.itemsCount); } + $( "div.list-data").empty(); + var t_title = ""; + t_title += "
" + t_title += "
전체선택 (3/3)
" + t_title += "
문화원
" + t_title += "
자료정보
" + t_title += "
이용
" + t_title += "
선택삭제
" + t_title += "
" + t_title += "
  • " + t_title += "검색결과가 없습니다." + t_title += "
  • " + + $( "div.list-data").append(t_title); + if(!jsonObj.data || jsonObj.data.length <= 0 ) { $("div.list-data li.no-result").show(); } else { $("div.list-data li.no-result").hide(); - - $( "div.list-data").empty(); - var t_title = ""; - t_title += "
    " - t_title += "
    전체선택 (3/3)
    " - t_title += "
    문화원
    " - t_title += "
    자료정보
    " - t_title += "
    이용
    " - t_title += "
    선택삭제
    " - t_title += "
    " - t_title += "
  • " - t_title += "검색결과가 없습니다." - t_title += "
  • " - - $( "div.list-data").append(t_title); // 출력 $.each(jsonObj.data,function(key,obj) { var t_data = "";