2024/02/22 달력팝업 타이틀 오류, Footer 오류
This commit is contained in:
parent
d434a0d29e
commit
1ecc65ed46
@ -41,8 +41,8 @@ function footerSiteLinkPageGo (){
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- 찾교 footer -->
|
<!-- 찾교 footer -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<div class="site">
|
<div class="site">
|
||||||
|
|||||||
@ -50,7 +50,7 @@ $(document).ready(function(){
|
|||||||
//웹접근성>달력 버튼 title추가
|
//웹접근성>달력 버튼 title추가
|
||||||
$(".duet-date__input-wrapper .duet-date__toggle").attr("title","달력팝업 열림");
|
$(".duet-date__input-wrapper .duet-date__toggle").attr("title","달력팝업 열림");
|
||||||
|
|
||||||
},10)
|
},100)
|
||||||
$('#fldSelect').change(function(){
|
$('#fldSelect').change(function(){
|
||||||
console.log($(this).val());
|
console.log($(this).val());
|
||||||
console.log($(this).val() == '99');
|
console.log($(this).val() == '99');
|
||||||
@ -185,7 +185,7 @@ $(document).ready(function(){
|
|||||||
<div class="tooltip-wrap q_pop">
|
<div class="tooltip-wrap q_pop">
|
||||||
<div class="popup_wrap popType01" tabindex="0" data-info="<c:out value='${vEPrcsDetailVO.prcsAplctPrdOrd}'/>" data-tooltip-con="target_confirm_popup" data-focus="target_confirm_popup" data-focus-prev="target_confirm_popup_close">
|
<div class="popup_wrap popType01" tabindex="0" data-info="<c:out value='${vEPrcsDetailVO.prcsAplctPrdOrd}'/>" data-tooltip-con="target_confirm_popup" data-focus="target_confirm_popup" data-focus-prev="target_confirm_popup_close">
|
||||||
<div class="popup_tit">
|
<div class="popup_tit">
|
||||||
<p id="popNm">신청인정보</p>
|
<p id="popNm">신청인1정보</p>
|
||||||
<button class="btn_popup_close tooltip-close" data-focus="target_confirm_popup_close" title="팝업 닫기"><i></i></button>
|
<button class="btn_popup_close tooltip-close" data-focus="target_confirm_popup_close" title="팝업 닫기"><i></i></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="popup_cont">
|
<div class="popup_cont">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user