[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,641건 2 페이지
  • RSS
기술자료 목록
2621
전자결제   4232  2023-11-23 19:53  
2620
PHP   3099  2023-11-20 10:56 ~ 2023-11-20 11:14  
2619
Linux   2548  2023-11-09 19:55  
2618
그누보드   2499  2023-11-06 20:38  
2617
Linux   2600  2023-11-01 21:41 ~ 2023-11-02 10:30  
2616
영카트   2293  2023-10-07 23:31  
2615
SNS   3304  2023-09-24 17:56  
2614
ClassicASP   2923  2023-09-14 08:38  
2613
APP   2487  2023-09-08 12:34 ~ 2023-09-08 17:36  
2612
Apple   4199  2023-09-01 18:16 ~ 2023-09-01 18:36  
2611
SNS   2851  2023-08-30 17:10  
2610
전자결제   2674  2023-08-24 13:32  
2609
Editor   2830  2023-08-11 12:23  
2608
Editor   2908  2023-08-09 21:54 ~ 2023-08-09 21:56  
열람
JavaScript   2825  2023-08-01 23:01 ~ 2023-08-01 23:35  
2606
Android   2713  2023-07-19 14:30 ~ 2023-07-19 14:39  
2605
MSSQL   2875  2023-06-28 17:51 ~ 2023-06-28 17:53  
2604
Android   2843  2023-06-09 17:06 ~ 2023-06-13 16:49  
2603
MySQL   4675  2023-04-25 11:36 ~ 2023-04-25 11:37  
2602
PHP   4125  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~2025 해피정닷컴. All Rights Reserved.