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){ - +