[jQuery] datepicker z-index 문제 해결 > 기술자료 | 해피정닷컴

[jQuery] datepicker z-index 문제 해결 > 기술자료

본문 바로가기

사이트 내 전체검색

[jQuery] datepicker z-index 문제 해결 > 기술자료

JavaScript [jQuery] datepicker z-index 문제 해결

페이지 정보


본문

jquery ui로 datepicker 구현 시 datepicker div가 뒤에 나오는 경우가 있다.
ui-datepicker-div에 따로 z-index를 줘도 먹통이다.


1.. jquery ui 수정
jquery ui 1.11.4 기준

jquery-ui.min.js를 사용하는 경우
u=e.datepicker._get(i,"duration"),i.dpDiv.css("z-index",s(e(t))+1)      <-- 이 부분을 검색한 후
u=e.datepicker._get(i,"duration"),i.dpDiv.css("z-index",s(e(t))+9998) <-- 이렇게 변경해준다.

jquery-ui.js​를 사용하는 경우
datepicker_getZindex( $( input ) ) + 1 )
위 부분을 검색 후 똑같이 +1 부분을 수정해주면 해결된다.


2. function 코드 수정
<script>
$(function(){
    $("#datepicker_from, #datepicker_to").datepicker({ 
        changeMonth: true,
        changeYear: true,
        dateFormat: "yymmdd",
        showButtonPanel: true,
        yearRange: "c-99:c+99",
        maxDate: "+365d",
        // datepicker z-index 문제 해결 시작
        beforeShow: function(){
            setTimeout(function(){
                $('.ui-datepicker').css('z-index',9999);
            },0)
        }
        // datepicker z-index 문제 해결 끝
    });
});
</script>


참고자료
https://m.blog.naver.com/kjs_1225/220625774430
https://dreaming5developer.tistory.com/348

댓글목록

등록된 댓글이 없습니다.


Total 2,634건 2 페이지
  • RSS
기술자료 목록
2614
전자결제   4011  2023-11-23 19:53  
2613
PHP   2902  2023-11-20 10:56 ~ 2023-11-20 11:14  
2612
Linux   2321  2023-11-09 19:55  
2611
그누보드   2307  2023-11-06 20:38  
2610
Linux   2293  2023-11-01 21:41 ~ 2023-11-02 10:30  
2609
영카트   2156  2023-10-07 23:31  
2608
SNS   3199  2023-09-24 17:56  
2607
ClassicASP   2824  2023-09-14 08:38  
2606
APP   2386  2023-09-08 12:34 ~ 2023-09-08 17:36  
2605
Apple   4052  2023-09-01 18:16 ~ 2023-09-01 18:36  
2604
SNS   2692  2023-08-30 17:10  
2603
전자결제   2467  2023-08-24 13:32  
2602
Editor   2716  2023-08-11 12:23  
2601
Editor   2783  2023-08-09 21:54 ~ 2023-08-09 21:56  
열람
JavaScript   2649  2023-08-01 23:01 ~ 2023-08-01 23:35  
2599
Android   2638  2023-07-19 14:30 ~ 2023-07-19 14:39  
2598
MSSQL   2718  2023-06-28 17:51 ~ 2023-06-28 17:53  
2597
Android   2744  2023-06-09 17:06 ~ 2023-06-13 16:49  
2596
MySQL   4424  2023-04-25 11:36 ~ 2023-04-25 11:37  
2595
PHP   4010  2023-04-14 18:22 ~ 2023-04-14 18:40  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.