From 5eac96580920ae50dda1bb7e07986b26598305e3 Mon Sep 17 00:00:00 2001 From: kmg Date: Tue, 20 Feb 2024 17:00:35 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/20=20=EC=9B=B9=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20:=20=EC=B0=9C=ED=95=98=EA=B8=B0=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20title=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp index 7540fa5e..db87f992 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp @@ -127,6 +127,7 @@ $(document).ready(function(){ if ($thisCell.text().trim() === "접수전") { $applyButton.prop('disabled', false); // 버튼 비활성화 $applyButton.text('찜하기'); + $applyButton.attr('title','찜하기 창 열림'); $applyButton.attr('onclick', "fn_ggim('" + $($thisCell).closest('tr').data('value') + "');"); } if ($thisCell.text().trim() === "찜하기") {