JQuery datepicker not working

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

    try adjusting the order in which your script runs. Place the script tag below the element it is trying to affect. Or leave it up at the top and wrap it in a $(document).ready() EDIT: and include the right file.

提交回复
热议问题