2024/02/19 웹접근성 1차 심사 후 수정
This commit is contained in:
parent
4f50ff548f
commit
0472520823
@ -232,6 +232,8 @@ function _chkChasiTime(p_this){
|
||||
|
||||
$( document ).ready(function(){
|
||||
|
||||
|
||||
|
||||
/* $('.chasu_calendar').pickadate({
|
||||
format : "yyyy.mm.dd", //인풋에 표기되는 값
|
||||
formatSubmit : "yyyymmdd", //전송하는 값
|
||||
@ -1083,13 +1085,18 @@ function _chkChasiTime(p_this){
|
||||
e.preventDefault();
|
||||
}
|
||||
});
|
||||
$("input[type='radio']").on("click", function(e) {
|
||||
e.preventDefault();
|
||||
$("input[type='radio']").each(function(idx,itm){
|
||||
$(this).prop('checked', false);
|
||||
});
|
||||
$("input[type='radio']").prop("chekced", false);
|
||||
$("input[type='checkbox']").on("click", function(e) {
|
||||
e.preventDefault();
|
||||
});
|
||||
$("button").removeAttr("data-tooltip");
|
||||
$("[readonly]").attr("title","비활성화됨");
|
||||
$("[onclick='return false;']").attr("title","비활성화됨");
|
||||
$("input,select").attr("title","비활성화됨");
|
||||
$(".time_set_btn").remove();
|
||||
|
||||
}else{
|
||||
$("input[name=rndsOrd]").val(returnData.rndsOrd);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user