선거문자 20건 수동문자 엔터키 체크박스 텍스트 동적 변경 적용

- 즉시/예약 선택에 따른 텍스트 문구 변경 적용
This commit is contained in:
rosewiper 2024-02-07 11:54:09 +09:00
parent 9014abfc26
commit ed369cb80f

View File

@ -1861,6 +1861,7 @@ $(document).ready(function (){
//$('.send_rev .send_content').css('padding-bottom','108px');
$(".send_top .send_right .phone_bottom").css("bottom","130px");
$('.send_btn .btnType:first-child').html('발송하기');
$("#lblEnterKey").text("Enter키로 발송하기");
});
//예약 발송 라디오 버튼 선택시 숨김 해제처리
@ -1869,6 +1870,7 @@ $(document).ready(function (){
/* $('.send_rev .send_content').css('padding-bottom','0'); */
$(".send_top .send_right .phone_bottom").css("bottom","64px");
$('.send_btn .btnType:first-child').html('예약하기');
$("#lblEnterKey").text("Enter키로 예약하기");
});
});
@ -4541,7 +4543,7 @@ function getMjMsgSentListAll(pageNo) {
<!-- 엔터키로 발송 체크박스 -->
<div class="use_enter">
<input type="checkbox" id="enterChk" name="enterChk">
<label for="enterChk">Enter키로 발송하기</label><!-- 예약일땐 'Enter키로 예약하기'로 변경부탁드려요 -->
<label for="enterChk" id="lblEnterKey">Enter키로 발송하기</label><!-- 예약일땐 'Enter키로 예약하기'로 변경부탁드려요 -->
</div>
<div class="rev_selected">
<div class="rev_top">