datetimepicker is not a function jquery

前端 未结 6 1465
梦毁少年i
梦毁少年i 2020-12-17 15:37

I working with datetimepicker jquery ui, when code below html , datetimepicker is not displaying and when i inspect with firebug console it displayed an error `

6条回答
  •  轮回少年
    2020-12-17 15:47

    It's all about the order of the scripts. Try to reorder them, place jquery.datetimepicker.js to be last of all scripts!

提交回复
热议问题