From ae57e1c7e2aece3438334a13a2521a739e866a7e Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 1 Dec 2021 16:14:19 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=EC=84=B8=EA=B2=80=EC=83=89=20?= =?UTF-8?q?=ED=95=84=ED=84=B0=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp b/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp index c2fc5e11..965c752f 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp @@ -100,7 +100,7 @@ $(document).ready(function() { depth1 = $(this).parents('.depth2').siblings('.depth1-check').find('label').text(); depth2 = $("label[for='"+$(this).attr('id')+"']").text(); - html = "
  • " + html = "
  • " $(this).parents('.depth2').siblings('.depth1-check').find('input').prop('checked', true); $(this).parents('.conditions-box').siblings('.selected-conditions').find('.conditions').append(html); @@ -222,6 +222,10 @@ $(document).ready(function() { detailSearchSetting(); } }); + +function delDetailFilter(name){ + $("#" + name).trigger('click'); +} <%//상세검색 ALL 초기화%> function allReset(){