Jquery mobile date picker not shown in popup field

后端 未结 1 1151
再見小時候
再見小時候 2021-01-25 16:28

I used jtsage jquery mobile date picker. I want to show the date picker when click the text inside popup but the date picker shown in back side of the popup i want

1条回答
  •  不知归路
    2021-01-25 17:24

    Working example: http://jsfiddle.net/Gajotres/zV3jU/

    CSS:

    .ui-datebox-container {
        z-index: 500000000 !important;
    }
    

    0 讨论(0)
提交回复
热议问题