Datepicker returning uncaught typeError: undefined 'currentDay'

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

    put a selector.

    <script>  $("#formID #duplicatedId").datepicker({language: 'he'});
    </script>
    

    FormID: Id of the form that contains input.

    duplicatedId: input element's Id.

    0 讨论(0)
  • 2020-12-09 15:19

    Might be two input box having same class without different id and for that you are trying for date picker. If it is there give two different id it will work.

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