From 69c11ce95ea39acce9b0d57cf179399f55f75e29 Mon Sep 17 00:00:00 2001 From: kmg Date: Mon, 19 Feb 2024 17:15:04 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/19=20=EC=9B=B9=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20:=20=ED=97=A4=EB=8D=94=EC=99=80=20=ED=92=8B?= =?UTF-8?q?=ED=84=B0=EC=9D=98=20=EB=B2=84=ED=8A=BC=EC=9D=80=20=ED=99=9C?= =?UTF-8?q?=EC=84=B1=ED=99=94=EB=90=98=EA=B2=8C/=20checked=20=EC=86=8C?= =?UTF-8?q?=EC=8A=A4=EC=97=90=20=EB=85=B8=EC=B6=9C=20=EC=95=88=EB=90=98?= =?UTF-8?q?=EA=B2=8C=20=EC=88=98=EC=A0=95,=20=ED=85=8C=EC=9D=B4=EB=B8=94?= =?UTF-8?q?=20=EB=A0=88=EC=9D=B4=EB=B8=94=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tngrVisitEdu/eduAplct/eduAplctReg.jsp | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp index 23068c5b..76ae51ed 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp @@ -1076,17 +1076,30 @@ function _chkChasiTime(p_this){ //240219 웹접근성 조치로 인한 disabeld가 아닌 다른 방법 사용 $("input[type='text']").prop('readonly', true); - $("button").attr("onclick", "return false;"); - $("select").on("mousedown", function(e) { + //$("button").attr("onclick", "return false;"); + $(".btnType05").attr("onclick", "return false;"); + $(".btnType01").attr("onclick", "return false;"); + $(".table_del").attr("onclick", "return false;"); + //$("select").on("mousedown", function(e) { + // e.preventDefault(); + //}); + //$("select").on("keydown", function(e) { + // if (e.keyCode != 9) { // 탭키만 작동 가능 + // e.preventDefault(); + // } + //}); + $(".selType1").on("mousedown", function(e) { e.preventDefault(); }); - $("select").on("keydown", function(e) { + $(".selType1").on("keydown", function(e) { if (e.keyCode != 9) { // 탭키만 작동 가능 e.preventDefault(); } }); $("input[type='radio']").each(function(idx,itm){ $(this).prop('checked', false); + $(this).attr("onclick", "return false;"); + $(this).removeAttr("checked"); }); $("input[type='radio']").prop("chekced", false); $("input[type='checkbox']").on("click", function(e) { @@ -1095,7 +1108,9 @@ function _chkChasiTime(p_this){ $("button").removeAttr("data-tooltip"); $("[readonly]").attr("title","비활성화됨"); $("[onclick='return false;']").attr("title","비활성화됨"); - $("input,select").attr("title","비활성화됨"); + //$("input,select").attr("title","비활성화됨"); + $("input").attr("title","비활성화됨"); + $(".selType1").attr("title","비활성화됨"); $(".time_set_btn").remove(); }else{ @@ -1931,7 +1946,7 @@ function _chkChasiTime(p_this){ - +