요구사항 청소년 교육신청

This commit is contained in:
hylee 2023-11-28 16:25:21 +09:00
parent c7192992db
commit 4d7876b2d0
2 changed files with 655 additions and 618 deletions

View File

@ -637,7 +637,19 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
alert("신청가능한 기간이 아닙니다.\n\n"+returnData.message+"\n\n(교사, 학부모 대상 교육은 ‘찾아가는 저작권 교육(성인)'에서 상시 신청 가능합니다)");
//location.href="<c:url value='/web/main/mainPage.do'/>"
psblFlag = 'N';
//저작권배움터 수정요청사항(r1.2023.11.23.).pptx p.109 요구사항
$('#createForm select').prop('disabled', true);
$('#createForm input').prop('disabled', true);
$('#createForm button').prop('disabled', true);
// Disable all radio buttons
// $('input[type="radio"]').prop('disabled', true);
}else{
$("input[name=rndsOrd]").val(returnData.rndsOrd);
}