JQuery datepicker not working

后端 未结 8 1426
遇见更好的自我
遇见更好的自我 2021-02-13 20:27

Good day!

I am trying to use jquery for the first time. And i cannot make it work. My code is as follows:



        
8条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-13 21:13

    I was stuck on an issue where datepicker() appeared to be doing nothing. It turned out that the issue was that the input was inside a Bootstrap "input-group" div. Simply taking the input out of the input-group resolved the issue.

提交回复
热议问题