Bootstrap-Datetimepicker Not working

后端 未结 4 2107
我在风中等你
我在风中等你 2021-01-02 06:26

I have been looking at this for 2 days, and cant figure out what I am doing wrong.

Here is a fiddle with my project. http://jsfiddle.net/dagger2002/RR4hw/

He

4条回答
  •  死守一世寂寞
    2021-01-02 07:12

    For those who are using ASP MVC's default _Layout.cs file, Remove these script imports at bottom or put it on the top.

    Scripts.Render("~/bundles/jquery")
    Scripts.Render("~/bundles/bootstrap")
    

提交回复
热议问题