Jquery UI Datepicker not displaying

前端 未结 21 1124
半阙折子戏
半阙折子戏 2020-12-05 18:10

UPDATE
I have reverted back to Jquery 1.3.2 and everything is working, not sure what the problem is/was as I have not changed anything else apart of t

21条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 18:21

    Had the same problem while working with bootstrap modal. I had accidentally set the z-index for .ui-datepicker using !important which overrides the date picker z-index css attribute on the element. Removing !important worked.

提交回复
热议问题