JQuery datepicker not working

后端 未结 8 1424
遇见更好的自我
遇见更好的自我 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:32

    If jQuery UI datepicker isn't working but it used to work on similar DOM earlier, try removing all the classes and try binding it to just a simple input with its id. In my case a class was interfering with it and preventing the date picker to appear.

提交回复
热议问题