Datepicker returning uncaught typeError: undefined 'currentDay'

后端 未结 8 1495
有刺的猬
有刺的猬 2020-12-09 14:28

I\'ve been using jQuery UI with Bootstrap and I seem to run into a problem that I haven\'t had before. I\'m not sure what has changed; I\'ve tried setting back different ver

8条回答
  •  生来不讨喜
    2020-12-09 15:03

    I've found the solution. After a long time of debugging I figured out that there was a

    that had the exact same ID, lying higher than the input field. Therefore the script took the first instance that contained the ID and picked the DIV instead of the input field.

    I removed/renamed the DIV and it worked fine again.

提交回复
热议问题