Datepicker returning uncaught typeError: undefined 'currentDay'

后端 未结 8 1476
有刺的猬
有刺的猬 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:10

    The above jQuery datepicker error is generally caused by having a duplicate controls with the same ID, no matter whether you use id or another selector like css class or field name to instantiate it.

提交回复
热议问题