내 정보수정 서비스알림수신동의 수정
This commit is contained in:
parent
7d90b68950
commit
13af73a424
@ -44,7 +44,12 @@ $(document).ready(function() {
|
||||
$("[id^='emailSuc']").css("display","inline-block");
|
||||
|
||||
$("[id^='service-chk2-']").change(function(){
|
||||
$(this).val();
|
||||
if($("#service-chk2-1").prop("checked") && $("#service-chk2-2").prop("checked"))
|
||||
{
|
||||
$("#service-chk2").prop("checked",true);
|
||||
}else{
|
||||
$("#service-chk2").prop("checked",false);
|
||||
}
|
||||
});
|
||||
<%
|
||||
//새비밀번호,새비밀번호확인이 일치하는지 확인
|
||||
|
||||
Loading…
Reference in New Issue
Block a user